-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation regarding security issues and the status of Wasm proposals #3972
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…t" in the legacy exception handling note
9af3de2
to
43365ba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
doc/stability_wasm_proposals.md
Outdated
| Bulk memory operations | Yes | `WAMR_BUILD_BULK_MEMORY` | | ||
| Extended Constant Expressions | Yes | N/A | | ||
| Fixed-width SIMD[^1] | Yes | `WAMR_BUILD_SIMD` | | ||
| Legacy Exception handling[^2] | Yes | `WAMR_BUILD_EXCE_HANDLING` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the "legacy" EH is its phase 3 version. it's misleading to say ">= Phase 4" "yes".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree, it's a bit confusing. Also, given the "legacy" EH proposal is legacy and never actually was standardized, should we make it off by default to discourage people from using it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please share your thoughts on the most recent version. 🤝
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.