Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-introduce create-exe to wasmer-cli v3.0 #3038

Merged
merged 3 commits into from
Jul 29, 2022
Merged

Re-introduce create-exe to wasmer-cli v3.0 #3038

merged 3 commits into from
Jul 29, 2022

Conversation

syrusakbary
Copy link
Member

@syrusakbary syrusakbary commented Jul 25, 2022

Usage

$ 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

@epilys epilys changed the title Wasmer3 create exe Re-introduce create-exe to wasmer-cli v3.0 Jul 27, 2022
@epilys epilys self-assigned this Jul 27, 2022
@epilys epilys added this to the v3.0 milestone Jul 27, 2022
@epilys epilys linked an issue Jul 27, 2022 that may be closed by this pull request
@epilys epilys force-pushed the wasmer3-create-exe branch 4 times, most recently from 012b204 to b4c264b Compare July 28, 2022 10:41
@epilys
Copy link
Contributor

epilys commented Jul 29, 2022

bors r+

@bors
Copy link
Contributor

bors bot commented Jul 29, 2022

Build succeeded:

@bors bors bot merged commit 93f6d7b into master Jul 29, 2022
@bors bors bot deleted the wasmer3-create-exe branch July 29, 2022 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-add create exe to Wasmer
2 participants