rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

There is no mention of wasm-pack build --target web #258

Open ArdaGurcan opened 3 years ago

ArdaGurcan commented 3 years ago

Users might want to deploy a website without using a Bundler, for example in the case of js13k. It would be helpful to include a solution to this in the Deploying Rust and WebAssembly to Production section.