Stream: wasm

Topic: Launch local browser with Rust/Wasm after wasm-pack build?


view this post on Zulip logical (Jun 24 2024 at 15:25):

Hi,
What is the best practice for launching a web server on my local machine with my Rust + Wasm application in the browser after "wasm-pack build"? (Some of the packages that are recommended haven't been updated in a very long time).

view this post on Zulip Pat Hickey (Jun 24 2024 at 18:00):

some folks in here used to work on wasm-pack and co but haven't in a long time. I don't know where to direct you to seek support for those tools, but this probably isnt the best place to find people who work on or use that software

view this post on Zulip Adam Bratschi-Kaye (Jun 25 2024 at 08:49):

I'm not sure about wasm-pack, but if you're open to switching it seems like trunk's trunk serve command would do what you want: https://trunkrs.dev/commands/


Last updated: Nov 22 2024 at 16:03 UTC