alexcrichton commented on issue #3568:
This sort of makes me idly wonder if wasm should have 2 abort instructions. One is "it's a programmer error we got here, help me debug" (aka
unreachable
as-is today) and another is "please exit this thread of execution quickly" but presumably debug information was already printed. For exampleassert
might use the latter instead of the former (unsure, but something like that). In any case not exactly something we'll be changing here...
github-actions[bot] commented on issue #3568:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
Last updated: Nov 22 2024 at 16:03 UTC