Skip to content

desprit/webpack-wasm-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Information

This repo contains everything you need to start experimenting with WASM.

  1. Webpack dev server will compile your Rust code and handle hot-reloads
  2. Static assets working
  3. Import custom 3-rd party JS modules works

Installation

cd app && npm install

Usage

# Run Webpack webserver with live-reload
cd app && npm run serve

Navigate to 0.0.0.0:4040

TODO

Support typescript