Skip to content

Latest commit

 

History

History

#15-webpack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This example shows how to prepare WebAssembly to the Web using emscripten and webpack.

Install

This example required:

Build and Run
# compile wasm
make

# prepare bundle
webpack

# run http server
webpack-dev-server