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 a J2CL compiler script #7052

Merged
merged 2 commits into from
Nov 5, 2024
Merged

Add a J2CL compiler script #7052

merged 2 commits into from
Nov 5, 2024

Conversation

kripken
Copy link
Member

@kripken kripken commented Nov 4, 2024

J2CL runs a long pipeline of binaryen opts, including multiple invocations. This adds a
tool that simulates the same process manually, which can be easier to debug with
than running a full J2CL toolchain, which requires Bazel, etc. - this is just a few lines of
bash that does the same thing (at least in simple cases).

@kripken kripken merged commit 320867a into WebAssembly:main Nov 5, 2024
13 checks passed
@kripken kripken deleted the j2cl.sh branch November 5, 2024 00:49
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.

2 participants