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

[GR-57946] Implement JS String Builtins Proposal for WebAssembly #9766

Open
fniephaus opened this issue Sep 26, 2024 · 0 comments
Open

[GR-57946] Implement JS String Builtins Proposal for WebAssembly #9766

fniephaus opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels

Comments

@fniephaus
Copy link
Member

TL;DR

We plan to implement the JS String Builtins proposal in GraalWasm.

Details

The JS String Builtins proposal makes it easier to call into the methods of JavaScript's String objects. Having a low-overhead standardized way of accessing JS Strings from WebAssembly means that languages can use JS Strings when compiling to WebAssembly. Languages that take advantage of this new feature will be able to compile programs that use strings into smaller modules. They will also benefit from the efficient TruffleString implementation that is used in Graal Languages like GraalJS.

More details at https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

2 participants