From 79aaeb5eda8f76707c8531225653a94fab35fbc6 Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Thu, 7 Jan 2021 12:11:42 -0800 Subject: [PATCH] docs: Add `wasm-{smith,encoder}` crates to Wasm proposal checklist (#2554) --- docs/contributing-implementing-wasm-proposals.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.