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
wasmer_vm::catch_traps should receive a VMConfig with a wasm_stack_field: usize on it.
This will imply that some public functions on wasmer_vm will need to change signature and thus, is a breaking change to the public api
The text was updated successfully, but these errors were encountered:
wasmer_vm::catch_traps
should receive aVMConfig
with awasm_stack_field: usize
on it.This will imply that some public functions on
wasmer_vm
will need to change signature and thus, is a breaking change to the public apiThe text was updated successfully, but these errors were encountered: