swc/wasm/example/readme.txt
2020-06-30 11:14:07 +09:00

22 lines
275 B
Plaintext

To run this example, you first need to build swc for the web:
cd swc/wasm
./scripts/build_web_release.sh
Then run npm install:
cd swc/wasm/example
npm install
Finally, start the webpack-dev-server:
cd swc/wasm/example
npm run serve
Browse to http://localhost:8080