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 wasm64-unknown-unknown support #303

Merged
merged 2 commits into from Oct 23, 2022
Merged

Add wasm64-unknown-unknown support #303

merged 2 commits into from Oct 23, 2022

Commits on Oct 23, 2022

  1. Add wasm64-unknown-unknown support

    We can build and link just fine, but we cannot actually run the tests as
    `wasm-bindgen-test-runner` hasn't yet added support.
    
    Signed-off-by: Joe Richey <joerichey@google.com>
    josephlr committed Oct 23, 2022
    Copy the full SHA
    1d371ef View commit details
    Browse the repository at this point in the history
  2. Add chunking for Node.js implementation

    Signed-off-by: Joe Richey <joerichey@google.com>
    josephlr committed Oct 23, 2022
    Copy the full SHA
    3fa761b View commit details
    Browse the repository at this point in the history