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 have no more context on this bug, but it's a full segfault, no panic trace given. Not sure if this is because of zsh interaction, but even when doing codesign -d -vvv --entitlements :- ./target/release/wasmer it doesn't work on Mac.
The text was updated successfully, but these errors were encountered:
This bug seems to be fine if you run it with --disable-cache. @ptitSeb reported problems on Linux:
target/release/wasmer run ./Lib/c-api/examples/assets/qjs.wasm
thread 'main' panicked at ‘assertion failed: !result.is_null()', /home/seb/.cargo/registry/src/github. con-lecc6299db9ec823/rkyv-0.7.39/src/impls/core/mod .rs:267:17
note: run with “RUST_BACKTRACE=1 environment variable to display a backtrace
I have no more context on this bug, but it's a full segfault, no panic trace given. Not sure if this is because of
zsh
interaction, but even when doingcodesign -d -vvv --entitlements :- ./target/release/wasmer
it doesn't work on Mac.The text was updated successfully, but these errors were encountered: