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

Wasm/JS BigInt support #10860

Merged
merged 25 commits into from Apr 10, 2020
Merged

Wasm/JS BigInt support #10860

merged 25 commits into from Apr 10, 2020

Commits on Apr 6, 2020

  1. start somwehre

    kripken committed Apr 6, 2020
    Copy the full SHA
    bd47668 View commit details
    Browse the repository at this point in the history
  2. fixes

    kripken committed Apr 6, 2020
    Copy the full SHA
    396d128 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. [ci skip]

    kripken committed Apr 7, 2020
    Copy the full SHA
    6c732ce View commit details
    Browse the repository at this point in the history
  2. Avoid Xn notation

    kripken committed Apr 7, 2020
    Copy the full SHA
    bd0d715 View commit details
    Browse the repository at this point in the history
  3. test

    kripken committed Apr 7, 2020
    Copy the full SHA
    3b5e7c6 View commit details
    Browse the repository at this point in the history
  4. fix

    kripken committed Apr 7, 2020
    Copy the full SHA
    f6a8dd9 View commit details
    Browse the repository at this point in the history
  5. fix

    kripken committed Apr 7, 2020
    Copy the full SHA
    2724dbf View commit details
    Browse the repository at this point in the history
  6. finish

    kripken committed Apr 7, 2020
    Copy the full SHA
    d740fc1 View commit details
    Browse the repository at this point in the history
  7. fix

    kripken committed Apr 7, 2020
    Copy the full SHA
    3253cf2 View commit details
    Browse the repository at this point in the history
  8. more

    kripken committed Apr 7, 2020
    Copy the full SHA
    d0f594e View commit details
    Browse the repository at this point in the history
  9. more testing

    kripken committed Apr 7, 2020
    Copy the full SHA
    96e0a32 View commit details
    Browse the repository at this point in the history
  10. test passing

    kripken committed Apr 7, 2020
    Copy the full SHA
    8f0f5a4 View commit details
    Browse the repository at this point in the history
  11. best [ci skip]

    kripken committed Apr 7, 2020
    Copy the full SHA
    54444d5 View commit details
    Browse the repository at this point in the history
  12. fix mistake [ci skip]

    kripken committed Apr 7, 2020
    Copy the full SHA
    d066009 View commit details
    Browse the repository at this point in the history
  13. fix text [ci skip]

    kripken committed Apr 7, 2020
    Copy the full SHA
    94ede9f View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    ed0aa7a View commit details
    Browse the repository at this point in the history
  15. fastcomp

    kripken committed Apr 7, 2020
    Copy the full SHA
    1ff48aa View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Copy the full SHA
    4e6e3d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Copy the full SHA
    e67fa09 View commit details
    Browse the repository at this point in the history
  2. fix invokes + test

    kripken committed Apr 9, 2020
    Copy the full SHA
    f8d831d View commit details
    Browse the repository at this point in the history
  3. i64_t

    kripken committed Apr 9, 2020
    Copy the full SHA
    6422d23 View commit details
    Browse the repository at this point in the history
  4. get_func_ptr

    kripken committed Apr 9, 2020
    Copy the full SHA
    de5cec5 View commit details
    Browse the repository at this point in the history
  5. whitespace

    kripken committed Apr 9, 2020
    Copy the full SHA
    081fcde View commit details
    Browse the repository at this point in the history
  6. simpler

    kripken committed Apr 9, 2020
    Copy the full SHA
    26148b5 View commit details
    Browse the repository at this point in the history
  7. nicer

    kripken committed Apr 9, 2020
    Copy the full SHA
    23a8be3 View commit details
    Browse the repository at this point in the history