/wasm-hands-on

Primary LanguageHTMLMIT LicenseMIT

wasm-hands-on

Commands

# Install
yarn && yarn install:emsdk

# Activate emscripten (needed before first compilation)
source ./node_modules/emsdk/emsdk_env.sh

# Compile C++ code into wasm
yarn compile

# Run
yarn serve