-
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 fixingcranelift:E-compilerCompiler issues.Compiler issues.
Description
Test Case
https://drive.google.com/file/d/1HYlz78KTuag9bTpNwGP_blp5yWo95i_7/view?usp=sharing
This wasm file successfully loads by version 16, but wasmtime 17 hangs and eats a lot of CPU while trying to load it
Steps to Reproduce
This is reproducible in python and ruby. Example ruby code:
@engine = Wasmtime::Engine.new
@mod = Wasmtime::Module.new(@engine, wasm)
Expected Results
Should work
Actual Results
It hangs eating ~170% of CPU
Versions and Environment
Wasmtime version or commit: 17
Operating system: MacOS
Architecture: aarch64
Metadata
Metadata
Assignees
Labels
bugIncorrect behavior in the current implementation that needs fixingIncorrect behavior in the current implementation that needs fixingcranelift:E-compilerCompiler issues.Compiler issues.