Hey there, I wonder if it will make sense to add a --repl
option to wasmtime CLI that works similar to wasm3 repl. This will make interaction with end users much more convenient imo!
-> wasmtime --repl wasm.wasm
wasmtime> add 3 5
8
wasmtime>
Last updated: Nov 22 2024 at 17:03 UTC