You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
This template comes pre-configured with all the boilerplate for compiling Rust
6
14
to WebAssembly and hooking into a Webpack build pipeline.
7
15
8
-
*`npm run start` -- Serve the project locally for
9
-
development at `http://localhost:8080`.
16
+
*`npm run start` -- Serve the project locally for development at
17
+
`http://localhost:8080`.
10
18
11
-
*`npm run build` -- Bundle the project (in production mode)
19
+
*`npm run build` -- Bundle the project (in production mode).
12
20
13
-
_Note: This project assumes that you have installed [`wasm-pack`](https://github.com/rustwasm/wasm-pack). Since it is needed for webpack-plugin to work._
0 commit comments