Skip to content

[GR-65026] Move JS interop API into sdk #11308

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

Merged
merged 3 commits into from
Jun 4, 2025
Merged

Conversation

graalvmbot
Copy link
Collaborator

The org.graalvm.webimage.api package is moved into the sdk suite as a new project and distributed as org.graalvm.sdk/webimage-preview to maven.

The module is also added as a boot jar and thus available automatically in all GraalVMs.
This allows users to use the JavaScript interoperability API with the Wasm backend without explicitly adding webimage-preview.jar to the module path.

The API is still experimental and everything is subject to change, the jar file was deliberately named webimage-preview.jar to indicate that.

patrick96 added 3 commits May 28, 2025 15:15
Replaces the SVM_WASM_API distribution and is included automatically on
the boot classpath
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 2, 2025
@graalvmbot graalvmbot closed this Jun 4, 2025
@graalvmbot graalvmbot merged commit 224766e into master Jun 4, 2025
13 checks passed
@graalvmbot graalvmbot deleted the pz/GR-65026-js-sdk branch June 4, 2025 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants