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

added Atomics and SharedArrayBuffer #1463

Merged
merged 6 commits into from
Apr 26, 2019
Merged

added Atomics and SharedArrayBuffer #1463

merged 6 commits into from
Apr 26, 2019

Commits on Apr 23, 2019

  1. added SharedArrayBuffer and Atomics to js-sys

    ibaryshnikov committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    1071457 View commit details
    Browse the repository at this point in the history
  2. fixed value types in Atomics methods

    ibaryshnikov committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    f1eaefd View commit details
    Browse the repository at this point in the history
  3. f32 changed to f64 in Atomics

    ibaryshnikov committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    0759bfa View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    de2c2cf View commit details
    Browse the repository at this point in the history
  2. changed String to JsString in Atomics::wait

    ibaryshnikov committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    58245b0 View commit details
    Browse the repository at this point in the history
  3. changed f64 to i32 in static methods of Atomics, changed static_metho…

    …d_of to js_namespace, set typed_array type to Int32Array in notify and wait methods
    ibaryshnikov committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b05ae44 View commit details
    Browse the repository at this point in the history