Skip to content
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

Document memory64 wasm proposal as having tier 1 support #10159

Merged
merged 1 commit into from
Jan 30, 2025

Conversation

alexcrichton
Copy link
Member

* [x] [Continuous fuzzing][fuzz1], and tested [to get fuzzed][fuzz2]
  * [x] [Custom fuzz target][fuzz-target]
* [x] Implementation ready to have CVEs assigned if necessary.
* [x] Reasonable to expect most developers to assist in maintenance.
* [x] RFC required for future changes affecting APIs/implementation.
* [x] [Stage 4 WebAssembly proposal](https://github.com/WebAssembly/proposals)
* [x] No known bugs/open questions.
* [x] [Available in Wasmtime API][rust-api]
* [x] [Available in Wasmtime C API][c-api]

[fuzz1]: https://github.com/bytecodealliance/wasmtime/blob/e60b6e623bca1203cf4b9c844254c25ccebe9d6d/crates/fuzzing/src/generators/module.rs#L49
[fuzz2]: https://github.com/bytecodealliance/wasmtime/blob/e60b6e623bca1203cf4b9c844254c25ccebe9d6d/crates/fuzzing/src/oracles.rs#L1311
[fuzz-target]: https://github.com/bytecodealliance/wasmtime/blob/e60b6e623bca1203cf4b9c844254c25ccebe9d6d/crates/fuzzing/src/oracles/memory.rs#L20-L23
[rust-api]: https://docs.rs/wasmtime/latest/wasmtime/struct.MemoryTypeBuilder.html#method.memory64
[c-api]: https://docs.wasmtime.dev/c-api/memory_8h.html#a3db783fad4992c3f6985c92274b14ad7
@alexcrichton alexcrichton requested a review from a team as a code owner January 30, 2025 19:58
@alexcrichton alexcrichton requested review from cfallin and removed request for a team January 30, 2025 19:58
@cfallin cfallin added this pull request to the merge queue Jan 30, 2025
Merged via the queue into bytecodealliance:main with commit 7a40f97 Jan 30, 2025
39 checks passed
@alexcrichton alexcrichton deleted the memory64-tier-1 branch January 30, 2025 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants