woodser / wasm_fetch_example

Example of http requests in WebAssembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project illustrates an issue catching errors after invoking asynchronous JavaScript from C++.

Build and Run

  1. sh ./bin/build-wasm-emscripten.sh (builds wasm files to ./dist directory)
  2. npm test (runs tests which show runtime shutdown when error is hit)

About

Example of http requests in WebAssembly

License:MIT License


Languages

Language:JavaScript 49.6%Language:CMake 32.2%Language:C++ 15.5%Language:Shell 2.8%