Introduce the wasmtime-explorer crate (#5975)

This implements Godbolt Compiler Explorer-like functionality for Wasmtime and
Cranelift. Given a Wasm module, it compiles the module to native code and then
writes a standalone HTML file that gives a split pane view between the WAT and
ASM disassemblies.
This commit is contained in:
Nick Fitzgerald
2023-03-10 16:33:06 -08:00
committed by GitHub
parent 264089e29d
commit 9ed441e657
11 changed files with 544 additions and 6 deletions

View File

@@ -70,6 +70,7 @@ const CRATES_TO_PUBLISH: &[&str] = &[
"wasmtime-wasi-threads",
"wasmtime-wast",
"wasmtime-cli-flags",
"wasmtime-explorer",
"wasmtime-cli",
];