Stream: git-wasmtime

Topic: wasmtime / issue #6776 Update preview1 to trap on misalig...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2023 at 15:17):

alexcrichton commented on issue #6776:

@pchickey I'd also be interested in your thoughts on the behvaior of out-of-bounds pointers as well. The linked documentation doesn't specifically say what to do in that case so I left it as-is with EFAULT for now, but should the docs perhaps be updated to indicate that a trap should happen in that situation as well?

view this post on Zulip Wasmtime GitHub notifications bot (Jul 26 2023 at 17:59):

pchickey commented on issue #6776:

There's actually been an outstanding PR to update that language to trap, as well: https://github.com/WebAssembly/WASI/pull/536. I agreed then we should merge it, but it fell off my radar. cc @yamt

view this post on Zulip Wasmtime GitHub notifications bot (Aug 02 2023 at 10:09):

alexcrichton commented on issue #6776:

Sounds good! I think I covered all the bases here, but would be good to double-check


Last updated: Oct 23 2024 at 20:03 UTC