szk2s / wasm-hands-on

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:HTML 55.6%Language:C++ 23.2%Language:C 21.3%