Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 243 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 243 Bytes

Sinter WASM

This is a demo of Sinter on WASM.

Building

You need Emscripten, Node and Yarn installed.

mkdir build
cd build
emcmake cmake ../wasm
make -j$(nproc)
cd ../web
yarn install && yarn build