diff --git a/docs/contributing-implementing-wasm-proposals.md b/docs/contributing-implementing-wasm-proposals.md index bce9db61db..ce42e7e8fb 100644 --- a/docs/contributing-implementing-wasm-proposals.md +++ b/docs/contributing-implementing-wasm-proposals.md @@ -20,6 +20,14 @@ multiple pull requests. [`wasmprinter`](https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter) crate. +* Add support to the + [`wasm-encoder`](https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder) + crate. + +* Add support to the + [`wasm-smith`](https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-smith) + crate. + * Add a `wasmtime::Config::enable_foo_bar` method to the `wasmtime` crate.