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

[NativeAOT LLVM] Enable JS interop #2440

Merged
merged 32 commits into from
Dec 19, 2023
Merged

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    e218cf7 View commit details
    Browse the repository at this point in the history
  2. Add js import sample

    maraf committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    cbb8d6f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Fix typescript build

    maraf committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    44611b9 View commit details
    Browse the repository at this point in the history
  2. Fix Program.cs

    maraf authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9f6993e View commit details
    Browse the repository at this point in the history
  3. Fix Program.cs

    maraf authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0f36fbf View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    b07ad92 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Check math result

    maraf committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3f05288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    132bc23 View commit details
    Browse the repository at this point in the history
  3. Move DllImports to a new file

    maraf committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3aec518 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b67394 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43a5389 View commit details
    Browse the repository at this point in the history
  6. Fix emscripten import names

    maraf committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1a666ec View commit details
    Browse the repository at this point in the history
  7. Add JSExport to sample

    maraf committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b8621b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2107e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ee6148 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Split typescript imports

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    da24ea2 View commit details
    Browse the repository at this point in the history
  2. Fix sample

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    fce6919 View commit details
    Browse the repository at this point in the history
  3. Revert typescript split

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a4a2a1c View commit details
    Browse the repository at this point in the history
  4. Fix export sample

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2542cc9 View commit details
    Browse the repository at this point in the history
  5. Remove export sample

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    eee20bd View commit details
    Browse the repository at this point in the history
  6. Make JSExport work

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    d112a86 View commit details
    Browse the repository at this point in the history
  7. Comments

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a0cb512 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b3b7a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0ecbd84 View commit details
    Browse the repository at this point in the history
  10. Feedback

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4b81dab View commit details
    Browse the repository at this point in the history
  11. Use library import and utf16

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    bb0fed7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    79ff965 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bfd9d76 View commit details
    Browse the repository at this point in the history
  14. Drop emscripten's UTF16ToString

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4ffd55f View commit details
    Browse the repository at this point in the history
  15. Quotes around variables

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    7025ec8 View commit details
    Browse the repository at this point in the history
  16. Feedback

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2b48d5a View commit details
    Browse the repository at this point in the history
  17. More feedback

    maraf committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    edc82cb View commit details
    Browse the repository at this point in the history