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
This is a continuation of #4468, which was closed as not planned for some reason. Wasmer 5.0.0 doesn't compile on nightly rustc on the wasm32-unknown-unknown target any more when the js feature is enabled due to this line:
Describe the bug
This is a continuation of #4468, which was closed as not planned for some reason. Wasmer 5.0.0 doesn't compile on nightly rustc on the wasm32-unknown-unknown target any more when the
js
feature is enabled due to this line:wasmer/lib/api/src/lib.rs
Line 23 in af6f650
Note that nightly is necessary for multithreading support on Web, I can't use stable.
The text was updated successfully, but these errors were encountered: