Skip to content

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