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 377b93f commit d0a446dCopy full SHA for d0a446d
wat/wasi/efault.wat
@@ -1,4 +1,7 @@
1
-;; wasm3, wasm-micro-runtime: trap "out of bounds memory access" trap
+;; implementations disagree what should happens on out of range access
2
+;; during a wasi call.
3
+;;
4
+;; wasm3, wasm-micro-runtime: "out of bounds memory access" trap
5
;; wasmer, wasmtime: exit with 21 (WASI_ERRNO_FAULT)
6
7
(module
0 commit comments