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 support for wasm-bindgen #103

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 19, 2021

  1. Add support for wasm-bindgen

    Adds support for num_cpus for wasm32 when used with wasm-bindgen.
    
    wasm-bindgen is added as an optional dependency / feature.
    
    When used, num_cpus will return result of navigator.hardwareConcurrency.
    RReverser committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a1b1bf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6513ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c9816b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Update src/lib.rs

    Co-authored-by: Oliver Wangler <oliver@wngr.de>
    RReverser and wngr committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    ebcaba2 View commit details
    Browse the repository at this point in the history