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 868fa15 commit 4712d49Copy full SHA for 4712d49
legacy/tools/witx-docs.md
@@ -77,6 +77,10 @@ For example, the `poll_oneoff` function has these arguments:
77
Pointer values are expected to be aligned, to the alignment of their pointee
78
type. If a misaligned pointer is passed to a function, the function shall trap.
79
80
+If an out-of-bounds pointer is passed to a function and the function needs
81
+to dereference it, the function shall trap rather than returning
82
+`errno.fault`.
83
+
84
[module linking proposal]: https://github.com/WebAssembly/module-linking/
85
[interface types]: https://github.com/WebAssembly/interface-types/blob/main/proposals/interface-types/Explainer.md
86
[wat format]: https://webassembly.github.io/spec/core/bikeshed/index.html#text-format%E2%91%A0
0 commit comments