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

Add cli option to build WASM with no std #34

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

seadanda
Copy link
Contributor

@seadanda seadanda commented Feb 9, 2024

When using srtool-cli locally it fails with:

Cannot compile the WASM runtime: no standard library sources found!
...

This PR adds a cli flag which, when passed, passes WASM_BUILD_STD=0 to the engine run command. The current default functionality is retained when the flag is not passed.

@seadanda
Copy link
Contributor Author

seadanda commented Jun 6, 2024

Just a quick bump to check if this will be merged

@chevdor
Copy link
Owner

chevdor commented Jun 6, 2024

Sorry, I did not mean to ignore but I lost track of this PR. Good that you pinged. No problem merging, thanks for the PR.

@chevdor chevdor merged commit d8055b8 into chevdor:master Jun 6, 2024
1 check passed
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.

None yet

2 participants