Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 3c333ad

Browse files
committed
tutorial: Mention that not only is webpack not required, but you can work without any bundler
1 parent a7a4326 commit 3c333ad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/game-of-life/hello-world.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,10 @@ JavaScript bundler and its development server.
276276
> Note that `webpack` is not required for working with Rust and WebAssembly, it
277277
> is just the bundler and development server we've chosen for convenience
278278
> here. Parcel and Rollup should also support importing WebAssembly as
279-
> ECMAScript modules.
279+
> ECMAScript modules. You can also use Rust and WebAssembly [without a
280+
> bundler][] if you prefer!
281+
282+
[without a bundler]: https://rustwasm.github.io/docs/wasm-bindgen/examples/without-a-bundler.html
280283

281284
### Using our Local `wasm-game-of-life` Package in `www`
282285

0 commit comments

Comments
 (0)