You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, when I run cargo web start --example ... (currently trying this with the cube example in gfx), the server serves http://[::1]:8000/cube.js correctly, but http://[::1]:8000/cube-{build_hash}.wasm returns a 404.
Hi all, when I run
cargo web start --example ...
(currently trying this with thecube
example ingfx
), the server serveshttp://[::1]:8000/cube.js
correctly, buthttp://[::1]:8000/cube-{build_hash}.wasm
returns a 404.I think the issue is somewhere around here:
cargo-web/src/cargo_shim/cargo_output.rs
Lines 76 to 78 in 2336e68
...because we're serving blobs based on compiler artifacts, but the cargo doesn't output the wasm files as a part of the
compiler-artifact
message:Sifting through all the compiler output, it doesn't seem like there is a message that includes the wasm file at all?
Anyways, thanks for the awesome project!
Edit: this might be a cargo bug? I've filed one here: rust-lang/cargo#6810
The text was updated successfully, but these errors were encountered: