alexcrichton commented on Issue #2659:
Oh and one other change with this PR, some errors which were previously classified as EINVAL or similar are now classified as traps. For example if you return a bad return pointer and we fail trying to write to it we'll generate a trap instead of returning EINVAL.
github-actions[bot] commented on Issue #2659:
Subscribe to Label Action
cc @kubkon
<details>
This issue or pull request has been labeled: "wasi"Thus the following users have been cc'd because of the following labels:
- kubkon: wasi
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
abrown commented on Issue #2659:
Looks like https://github.com/bytecodealliance/wasmtime/pull/2659/checks?check_run_id=1921259948 is the same type of error that I saw in @sunfishcode's PR... I told him that I am willing to take a look at upgrading the witx for wasi-nn but that may not be the only thing going wrong here. Let me know if you need me to take a look.
alexcrichton commented on Issue #2659:
@abrown no worries, I'll probably need to send a merge change to the wasi-nn repo once the wasi changes land which updates the witx as well. I don't mind doing that inline here as well.
alexcrichton commented on Issue #2659:
Ok all submodules have been merged and this is now updated, so this is ready for merge when approved
jedisct1 commented on Issue #2659:
Looking good!
abrown commented on Issue #2659:
And thanks @alexcrichton for the changes to wasi-nn as well!
Last updated: Nov 22 2024 at 16:03 UTC