docs: Add wasm-{smith,encoder} crates to Wasm proposal checklist (#2554)

This commit is contained in:
Nick Fitzgerald
2021-01-07 12:11:42 -08:00
committed by GitHub
parent c0c4834c64
commit 79aaeb5eda

View File

@@ -20,6 +20,14 @@ multiple pull requests.
[`wasmprinter`](https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter)
crate.
* <input type="checkbox"/> Add support to the
[`wasm-encoder`](https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-encoder)
crate.
* <input type="checkbox"/> Add support to the
[`wasm-smith`](https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-smith)
crate.
* <input type="checkbox"/> Add a `wasmtime::Config::enable_foo_bar` method to
the `wasmtime` crate.