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
In rustc, the wasm64-unknown-unknown target produces invalid Wasm modules due to an issue with 64-bit tables that was fixed in #107780. Would it be possible to backport that fix to the 19.x release branch so that rust can pick it up?
Here are steps to reproduce the issue with cargo/rustc:
In `rustc`, the `wasm64-unknown-unknown` target produces invalid Wasm modules due to an issue with 64-bit tables that was fixed in https://github.com//pull/107780. Would it be possible to backport that fix to the 19.x release branch so that rust can pick it up?
Here are steps to reproduce the issue with cargo/rustc:
In
rustc
, thewasm64-unknown-unknown
target produces invalid Wasm modules due to an issue with 64-bit tables that was fixed in #107780. Would it be possible to backport that fix to the 19.x release branch so that rust can pick it up?Here are steps to reproduce the issue with cargo/rustc:
Here we can see the init expression for the table is reading uninitialized memory.
cc @sbc100 @alexcrichton @lwshang
The text was updated successfully, but these errors were encountered: