You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the demo in this youtube video with a clone of this directory, I was unable to use wasmtime to run wasmtime markdown.wasm --invoke render "# Hello"
wasmtime version 0.9.0
Error:
~/wasmtime-demos/markdown(master) » wasmtime markdown.wasm --invoke render "# Hello"
Error: failed to run main module `markdown.wasm`
Caused by:
func type returns multiple values (at offset 47)
Following the demo in this youtube video with a clone of this directory, I was unable to use wasmtime to run
wasmtime markdown.wasm --invoke render "# Hello"wasmtime version 0.9.0
Error: