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: Dec 23 2024 at 14:03 UTC