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

Scala.js binding generator #1159

Open
vigoo opened this issue Feb 7, 2025 · 1 comment
Open

Scala.js binding generator #1159

vigoo opened this issue Feb 7, 2025 · 1 comment

Comments

@vigoo
Copy link

vigoo commented Feb 7, 2025

I have implemented a Scala.js binding generator in my fork (vigoo#1) which genreates Scala code that, when compiled with Scala.js, produces JS code compatible with jco/componentize.js

Is this something that could be merged to the official wit-bindgen codebase? If yes, I will open a pull request.

(Otherwise I'm going to publish the fork as a separate binding generator CLI only for scala.js)

@alexcrichton
Copy link
Member

Hello! I think it'd be reasonable to add here so long as it doesn't add undue burden to developing the other languages. For example it shouldn't introduce large files or new major unconditional runtime deps or something like that. Ideally it also isn't too slow to build/test on CI.

Additionally for now I'd ask that you'd be ok being pinged about any issues, and ok with how it might be disabled temporarily in CI (or broken in the code) if something else urgent needs to land. In such a situation you'd alway be pinged though and given time to fix things before a new release is made or similar.

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

No branches or pull requests

2 participants