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).
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
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