Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rustwasm/wasm-bindgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.69
Choose a base ref
...
head repository: rustwasm/wasm-bindgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.70
Choose a head ref
  • 16 commits
  • 295 files changed
  • 15 contributors

Commits on Nov 30, 2020

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

Commits on Dec 2, 2020

  1. Adjust Bluetooth IDL for Rust (#2385)

    * navigator.bluetooth is optional -- it may be manatory by the
      WebBluetooth spec, but the Rust code should still be able to handle
      the errors resulting from a browser not implementing the spec at all
      without panicking.
    
    * requestDevice: While it's marked optional upstream, practically it's
      mandatory (the default value, an empty dictionary, is not accepted).
    
    Contributes-To: #2381
    chrysn authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    7702823 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

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

Commits on Dec 6, 2020

  1. Don't emit mutable globals (#2391)

    We emit a shim function that sets the stack pointer,
    so we can avoid emitting mutable globals.
    Mutable globals aren't supported everywhere Wasm is.
    arilotter authored Dec 6, 2020
    Configuration menu
    Copy the full SHA
    b584407 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Handle Expr::Group in the macro parser (#2395)

    We explicitly match on `Expr` in a few locations so it's necessary to
    peel back `Expr::Group` like we do with `Type::Group`.
    
    Closes #2393
    alexcrichton authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d6825ad View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Add documentation for importing export default (#2403)

    Added some documentation to the `js_name` page about using it to import
    JavaScript modules that use `export default`.
    codingkoi authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    b79f5b2 View commit details
    Browse the repository at this point in the history
  2. Fix canvas is not a self closing tag. (#2408)

    Co-authored-by: ltzz <[email protected]>
    ltzz and ltzz authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    9d80e7d View commit details
    Browse the repository at this point in the history
  3. Allow constructors to be immutable and add it for ImageData (#2400)

    * this patch allws constructors to take immutable arrays and implements it for ImageData
    
    * fmt
    
    * fmt?
    JAicewizard authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c195746 View commit details
    Browse the repository at this point in the history
  4. Try to fix CI

    alexcrichton committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    9f725e7 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Convert async iterators to streams (#2401)

    * Add stream module to futures crate
    
    The stream module exposes the JsStream type used to convert
    JS objects implementing the AsyncIterator interface to be used
    as Rust streams.
    
    * Add stream feature to futures crate
    olanod authored Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b2fe5d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    7465a4f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    ffa3e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    544bfa3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Update WebIDL to use undefined instead of void (#2427)

    * Update WebIDL to use `undefined` instead of `void`
    
    * Update weedle to 0.12
    grovesNL authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    0049fa5 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Fix typo (#2431)

    domoritz authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    906fa91 View commit details
    Browse the repository at this point in the history
  2. Bump to 0.2.70 (#2435)

    * Bump to 0.2.70
    
    * Pin nightly to fix CI
    alexcrichton authored Jan 25, 2021
    Configuration menu
    Copy the full SHA
    b6355c2 View commit details
    Browse the repository at this point in the history
Loading