cargo-run-wasm
cargo-run-wasm copied to clipboard
Trivially run wasm applications and examples in the browser
I wanted to use cargo-run-wasm in a crate that wasn't part of a workspace. I can add the details to the readme, but I wanted to check if you are...
Appreciate your work on this project! However, I'm not a big fan of the h1 tag showing the name of the project. I don't think people need to see their...
Winit developers have brought up the desire to provide a full HTML file to cargo-run-wasm. They want this as they need to provide a "javascript user" focused example, so having...
Check the [Nightly Deps Check](https://github.com/rukai/cargo-run-wasm/actions/runs/9039428691) workflow for details. This issue was raised by the workflow at `.github/workflows/nightly_deps_check.yml`
I wonder if we could use https://doc.rust-lang.org/std/env/fn.current_exe.html to locate the target directory greatly simplifying target_dir.rs
`run_wasm_cli_with_css()` should return `Result`. When the CLI args cannot be parsed, or one of the required arguments are not passed, it must return an error. Without an error, the bin...
Hello, I'm trying to execute a program involving web workers using `web_spawn` crate. I'm not a web expert, so this issue could be out of the scope of the project....