Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 526 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 526 Bytes

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