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

basic wasm support #331

Merged
merged 11 commits into from Aug 23, 2019
Merged

basic wasm support #331

merged 11 commits into from Aug 23, 2019

Commits on Aug 16, 2019

  1. Add {Utc,Local}::now() constructor versions for the wasm32 arch

    While likely providing only incomplete support for WebAssembly, this
    commit opens up chrono for use on the wasm32 architecture.
    jjpe authored and evq committed Aug 16, 2019
    Copy the full SHA
    8bfaca9 View commit details
    Browse the repository at this point in the history
  2. fix local timezone, add tests

    evq committed Aug 16, 2019
    Copy the full SHA
    5d38fae View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c284d73 View commit details
    Browse the repository at this point in the history
  4. try to use nvm to use node 10

    evq committed Aug 16, 2019
    Copy the full SHA
    a7645f3 View commit details
    Browse the repository at this point in the history
  5. try node 11

    evq committed Aug 16, 2019
    Copy the full SHA
    ddc7fd4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    93e4f29 View commit details
    Browse the repository at this point in the history
  7. only use nvm on mac

    evq committed Aug 16, 2019
    Copy the full SHA
    bd22644 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    e28719e View commit details
    Browse the repository at this point in the history
  9. one more guard

    evq committed Aug 16, 2019
    Copy the full SHA
    f52a293 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    f21b1fb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

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