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

wasmer-cli: Allow create-exe to receive a static object as input #3070

Merged
merged 1 commit into from
Aug 4, 2022

Conversation

epilys
Copy link
Contributor

@epilys epilys commented Aug 4, 2022

Allow create-exe to receive an object created by wasmer create-obj
instead of a wasm module as input to skip the compilation part. The
accompanying header file must be specified with the --header flag in
order for the input file to be recognized as an object.

Closes Allow create-exe to receive a static object #3056

Allow create-exe to receive an object created by `wasmer create-obj`
instead of a wasm module as input to skip the compilation part. The
accompanying header file must be specified with the `--header` flag in
order for the input file to be recognized as an object.
@epilys epilys added this to the v3.0 milestone Aug 4, 2022
@epilys epilys requested a review from syrusakbary as a code owner August 4, 2022 06:26
@epilys epilys self-assigned this Aug 4, 2022
@syrusakbary syrusakbary merged commit 18b773b into master Aug 4, 2022
@bors bors bot deleted the celm branch August 4, 2022 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow create-exe to receive a static object
2 participants