Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 489 Bytes

File metadata and controls

15 lines (9 loc) · 489 Bytes

This example shows the way of synchronous initialization of WebAssembly using Emscripten.

Install

This example required:

This example used undocumented option BINARYEN_ASYNC_COMPILATION. This option can helps you turn off async compilation. N.B It may not work in Chrome (not in nodejs) due to current limitations there.

Build and Run
$ make && node index.js