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
{{ message }}
This repository was archived by the owner on Oct 26, 2021. It is now read-only.
This commit makes wasmldr try to read the wasm module from fd3 if no
file path was given. (Since keepldr doesn't currently pass arguments to
wasmldr, this will be the default behavior.)
This means you should be able to run a .wasm module in a keep by doing:
cargo run -- exec 3< hello.wasm
This behavior will likely change soon, but hey.. Hello World!
Signed-off-by: Will Woods <[email protected]>
0 commit comments