Document memory64 wasm proposal as having tier 1 support#10159
Merged
Conversation
Member
alexcrichton
commented
Jan 30, 2025
- Continuous fuzzing, and tested to get fuzzed
- Custom fuzz target
- Implementation ready to have CVEs assigned if necessary.
- Reasonable to expect most developers to assist in maintenance.
- RFC required for future changes affecting APIs/implementation.
- Stage 4 WebAssembly proposal
- No known bugs/open questions.
- Available in Wasmtime API
- Available in Wasmtime C API
* [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
cfallin
approved these changes
Jan 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.