wasm-cpp-demo
v1.0.2
Published
A simple CPP WASM demo
Maintainers
Readme
wasm-cpp-demo
A simple CPP WASM demo
English | 简体中文
Usage
Install Emscripten
First you need to install emscripten toolchain, see Getting Started
Run Demo
Install node modules
npm installBuild c++ to webassembly
npm run build run the demo on Node
npm run distrun the demo on browser
npm run html