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

[bindgen] Adding Browser/WASM target to bindgen #5525

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Mar 11, 2023

  1. Configuration menu
    Copy the full SHA
    4ce552f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33f1483 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f600c44 View commit details
    Browse the repository at this point in the history
  4. PR feedback

    nhachicha committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    94aa0a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c96c595 View commit details
    Browse the repository at this point in the history
  6. Wrapping function arguments in an array.

    Breaks the other bindings.
    kraenhansen authored and nhachicha committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    68bc621 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8cf7b2 View commit details
    Browse the repository at this point in the history
  8. - Fixing browser bindgen (Float, ArrayBuffer)

    - Using positional argument instead of JS array when passing value to C++
    nhachicha committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    d1f5799 View commit details
    Browse the repository at this point in the history
  9. more browser template fixes

    nhachicha committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    0ed17ba View commit details
    Browse the repository at this point in the history
  10. Adding All type test

    nhachicha committed Mar 11, 2023
    Configuration menu
    Copy the full SHA
    a398880 View commit details
    Browse the repository at this point in the history