Skip to content

Latest commit

 

History

History

#13-emscripten-synс-require

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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