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
Running a wasm code that just crashes gives different errors in singlepass backend and singlepass + metering
Singlepass backend: RuntimeError::Trap { msg }
Singlepass backend with metering: RuntimeError::Error { data } where type of data is not a string or ExecutionLimitExceededError
Describe the bug
Running a wasm code that just crashes gives different errors in singlepass backend and singlepass + metering
Singlepass backend:
RuntimeError::Trap { msg }
Singlepass backend with metering:
RuntimeError::Error { data }
where type ofdata
is not a string orExecutionLimitExceededError
Steps to reproduce
Wat code:
versions:
singlepass compiler:
wasmer_singlepass_backend::SinglePassCompiler::new()
singlepass compiler with metering:
Expected behavior
Code compiled with metering should return the same error as without
Actual behavior
Additional context
The text was updated successfully, but these errors were encountered: