-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugIncorrect behavior in the current implementation that needs fixingIncorrect behavior in the current implementation that needs fixingwasm-proposal:gcIssues with the implementation of the gc wasm proposalIssues with the implementation of the gc wasm proposal
Description
Test Case
Steps to Reproduce
Run the following command:
./target/debug/wasmtime -W=all-proposals=y constprop.wasm
Expected Results
This works fine if one add the -C collector=null
option:
$ ./target/debug/wasmtime -C collector=null -W=all-proposals=y constprop.wasm
booleans: passed
integers: passed
floats: passed
32-bit integers: passed
native integers: passed
64-bit integers: passed
integer conversions: passed
32-bit integer conversions: passed
native integer conversions: passed
64-bit integer conversions: passed
Actual Results
This crashes with an Illegal instruction
error.
Versions and Environment
Wasmtime commit: 0e05600
Operating system: Linux
Architecture: x64
Metadata
Metadata
Assignees
Labels
bugIncorrect behavior in the current implementation that needs fixingIncorrect behavior in the current implementation that needs fixingwasm-proposal:gcIssues with the implementation of the gc wasm proposalIssues with the implementation of the gc wasm proposal