We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a7d93 commit 377b93fCopy full SHA for 377b93f
wat/wasi/efault.wat
@@ -1,5 +1,5 @@
1
;; wasm3, wasm-micro-runtime: trap "out of bounds memory access" trap
2
-;; wasmer, wasmtime: exit with 21
+;; wasmer, wasmtime: exit with 21 (WASI_ERRNO_FAULT)
3
4
(module
5
(func $fd_write (import "wasi_snapshot_preview1" "fd_write") (param i32 i32 i32 i32) (result i32))
0 commit comments