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
rust: export funcs explicitly invoke static constructors at most once (#533)
* wit-binden-rust: explicitly invoke ctors at start of each export func
* rust: wasm_call_ctors only exists in target_arch=wasm32
this is a problem when running `cargo test --workspace` which apparently
is building some of this code for native :/
* rust: run ctors at most once
* target arch guard
0 commit comments