-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3038: Re-introduce create-exe to wasmer-cli v3.0 r=epilys a=syrusakbary ### Usage ```shell $ make && make package-capi ... $ export WASMER_DIR=`pwd`/package $ ./target/release/wasmer create-exe qjs.wasm -o qjs Compiler: cranelift Target: x86_64-unknown-linux-gnu Using path `[..]/wasmer/package/lib/libwasmer.a` as libwasmer path. ✔ Native executable compiled successfully to `qjs`. $ ./qjs QuickJS - Type "\h" for help qjs > ^C ``` Co-authored-by: Manos Pitsidianakis <[email protected]> Co-authored-by: Manos Pitsidianakis <[email protected]>
- Loading branch information
Showing
19 changed files
with
680 additions
and
115 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.