/wasm-bundler

A browser based bundler using SWC and WASM

Primary LanguageRustApache License 2.0Apache-2.0

wasm-bundler

A browser based bundler, using SWC.

Example showing using calculator and output

Setup

  1. Build wasm package
wasm-pack build
  1. Install node modules
cd www
npm install

Running

npm run build
npm run serve

Dev

  1. Open a shell to run webpack
cd www
npm run dev
  1. Make changes to wasm package and build again
wasm-pack build