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

Add minimal wasm-bindgen test crate #696

Merged
merged 17 commits into from Jan 22, 2019

Commits on Jan 12, 2019

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

Commits on Jan 15, 2019

  1. Copy the full SHA
    a6ad1be View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    86f2185 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Copy the full SHA
    caf9407 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a6d35eb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9531ce8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9a72dd9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d1bc7ca View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ab93ff0 View commit details
    Browse the repository at this point in the history
  7. Remove wasm-bindgen-test

    Instead, tests are conducted by running a small js script which requires the
    wasm module built from the test library. I removed wasm-bindgen-test because it
    failed to link the test module when OsRand or StdRng::from_entropy were used,
    despite the library working when required by js script.
    gridbugs committed Jan 16, 2019
    Copy the full SHA
    fbded9c View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    6044d07 View commit details
    Browse the repository at this point in the history
  9. Remove unused RngCore

    gridbugs committed Jan 16, 2019
    Copy the full SHA
    d351c5f View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    6775296 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    1fbcb45 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Copy the full SHA
    a2ffbf5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    13dafd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

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