Closed
Description
You get link errors and things like that.
Ideally, we should make all the wasm-bindgen generated code guarded by #[cfg(target_arch = wasm32)]
or something like that.
The
[lib]
crate-type = ["cdylib"]
stuff is a little harder. It can be commented out just when running cargo bench
, but that is clunky. Ideally that would not be necessary either.
Metadata
Metadata
Assignees
Labels
No labels