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

src: use simdutf for converting externalized builtins to UTF-16 #46119

Merged

Commits on Jan 6, 2023

  1. src: use simdutf for converting externalized builtins to UTF-16

    Remove the dependency on ICU for this part, as well as the
    hacky way of converting embedder main sources to UTF-8 via
    V8 APIs. Allow `UnionBytes` to own the memory its pointing
    to in order to simplify the code on the `BuiltinLoader` side.
    addaleax committed Jan 6, 2023
    Copy the full SHA
    e0128a2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0693b9f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    123ba08 View commit details
    Browse the repository at this point in the history