wasm-cpp-demo
v1.0.2
Published
A simple CPP WASM demo
Downloads
4
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 install
Build c++ to webassembly
npm run build
run the demo on Node
npm run dist
run the demo on browser
npm run html