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
I get a number of errors when trying to execute this piece of code.
$ thread '<unnamed>' panicked at crates/cranelift/src/gc/enabled.rs:156:42:
not implemented
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread '<unnamed>' panicked at crates/cranelift/src/gc/enabled.rs:79:5:
assertion failed: ty.is_vmgcref_type()
thread '<unnamed>' panicked at cranelift/codegen/src/machinst/lower.rs:727:17:
assertion `left == right` failed
left: 0
right: 1
Thanks for the report. We have yet to fully implement interaction with the GC feature. We will get to that either, as part of, or after, bytecodealliance#10177
Test Case
test.zip
This corresponds to the following OCaml code:
Steps to Reproduce
Run the following command:
Expected Results
This should output
10
on the standard output.Actual Results
I get a number of errors when trying to execute this piece of code.
Versions and Environment
Wasmfxtime commit: 2154029
The text was updated successfully, but these errors were encountered: