This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasmldr: read module from fd 3 if no path given
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]>
- Loading branch information
Showing
2 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters