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

Implement TextEncoder/Decoder polyfills for JS natively #167

Open
flaki opened this issue Oct 19, 2022 · 0 comments
Open

Implement TextEncoder/Decoder polyfills for JS natively #167

flaki opened this issue Oct 19, 2022 · 0 comments
Assignees
Labels
js-toolchain JavaScript & TypeScript toolchain-related issues

Comments

@flaki
Copy link

flaki commented Oct 19, 2022

Using the #165 toolchain allows us to inject globals during compilation. This allows us to pollyfill JS/TS language features and APIs that are not available in the Javy runtime in "userland", that is, in the toolchain's compilation phase instead.

@flaki flaki added the js-toolchain JavaScript & TypeScript toolchain-related issues label Oct 19, 2022
@flaki flaki self-assigned this Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
js-toolchain JavaScript & TypeScript toolchain-related issues
Projects
None yet
Development

No branches or pull requests

1 participant