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

chore(build-wasm): use spawn instead of output to give feedback #2494

Merged
merged 1 commit into from Feb 9, 2024

Conversation

sigmaSd
Copy link
Contributor

@sigmaSd sigmaSd commented Aug 13, 2023

Currently when the user uses build-wasm he have no feedback on whats happening, and this command can take a while mainly the first time since its pulls the docker image.

This PR spawn the command instead so the user can see whats happening live.

@sigmaSd
Copy link
Contributor Author

sigmaSd commented Aug 13, 2023

emcc shows a warning

emcc: warning: EXPORTED_FUNCTIONS is not valid with LINKABLE set (normally due to SIDE_MODULE=1/MAIN_MODULE=1) since all functions are exported this mode.  To export only a subset use SIDE_MODULE=2/MAIN_MODULE=2 [-Wunused-command-line-argument]

Any idea how to disable/fix it ?

@ahlinc ahlinc self-assigned this Aug 13, 2023
@sigmaSd
Copy link
Contributor Author

sigmaSd commented Aug 15, 2023

the ci seems to have no error ?

@ahlinc
Copy link
Contributor

ahlinc commented Aug 15, 2023

I'll add more functionality to this PR, that's why I assigned it myself.

Co-authored-by: Nbiba Bedis <bedisnbiba@gmail.com>
@dundargoc dundargoc removed the to-check label Feb 8, 2024
@dundargoc dundargoc merged commit e4894ac into tree-sitter:master Feb 9, 2024
13 checks 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

5 participants