-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lightbeam panicked when either run or wasm2obj #2379
Comments
The panic happens at wasmtime/crates/lightbeam/src/backend.rs Line 637 in 12e658a
wasmtime/crates/lightbeam/src/backend.rs Lines 610 to 612 in 12e658a
wasmtime/crates/lightbeam/wasmtime/src/lib.rs Lines 38 to 42 in 77827a4
All elements in wasmtime/crates/jit/src/compiler.rs Line 131 in 77827a4
|
The lightbeam backend is known to currently have many bugs in it and is not tested on CI. It's not recommended for widespread usage. Thanks for the report, though, this is good to know when someone gets around to fixing lightbeam issues! |
Are the lengths of |
- What are the steps to reproduce the issue?
t.wasm is wat2wasm from below text:
./wasmtime run --lightbeam t.wasm 1 2
./wasmtime wasm2obj --lightbeam t.wasm t.obj
- What do you expect to happen? What does actually happen? Does it panic, and
if so, with which assertion?
Expect to be run without any issue. Got error with the output:
- Which Wasmtime version / commit hash / branch are you using?
main latest by now, commit 12e658a
- If relevant, can you include some extra information about your environment?
(Rust version, operating system, architecture...)
rustc 1.45.2, MacOS
The text was updated successfully, but these errors were encountered: