wasm-class-sample
v1.0.0
Published
./build.sh
Downloads
2
Readme
./build.sh
pushd third-party/emsdk source emsdk_env.sh popd
mkdir build cd build
emcmake cmake -DCMAKE_TOOLCHAIN_FILE=../third-party/emsdk/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake .. make
cd .. python3 -m http.server