Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 360 Bytes

File metadata and controls

11 lines (6 loc) · 360 Bytes

WebAssembly Tutorial

I wanted to explore how simple it is to wrap a C++ inherent class to JavaScript. Turns our all you have to do is included those files in your build arguments. This is done in the build.sh script.

To build example, type the following in the root folder

build.sh

To run example in browser, type the following command.

serve.sh