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 initial support for the wasm32 arch #287

Closed
wants to merge 6 commits into from
Closed

Commits on Nov 2, 2018

  1. Absorb the time crate

    I've discussed this with one of the maintainers (Alex Chrichton), and
    with his blessing I've purged the dependency on the deprecated time
    crate in favor of folding its code into chrono.
    
    This enables further refactoring.
    jjpe committed Nov 2, 2018
    Copy the full SHA
    410e97d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b43d641 View commit details
    Browse the repository at this point in the history
  3. Fix some errant doc tests in README.md

    The little buggers snuck through.
    jjpe committed Nov 2, 2018
    Copy the full SHA
    ab3de5c View commit details
    Browse the repository at this point in the history
  4. Fix CI test issues

    jjpe committed Nov 2, 2018
    Copy the full SHA
    ab60b40 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    jjpe committed Nov 2, 2018
    Copy the full SHA
    ed4c48f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2018

  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 committed Nov 4, 2018
    Copy the full SHA
    52adf96 View commit details
    Browse the repository at this point in the history