tocat-wasm-shell 0.2.0

REPL for poking at a tocat WebAssembly guest without a relay
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tocat-wasm-shell"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
description = "REPL for poking at a tocat WebAssembly guest without a relay"
readme = "README.md"
repository.workspace = true
license.workspace = true

[dependencies]
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
rustyline = "18.0.1"
# The shell reports what a guest declared, so it decodes the declaration with
# the same code the host does rather than a second copy of the bit layout.
tocat-wasm-abi = { workspace = true }
wasmtime = { workspace = true }