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: wasm-bindgen/wasm-bindgen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.75
Choose a base ref
...
head repository: wasm-bindgen/wasm-bindgen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.76
Choose a head ref
  • 8 commits
  • 119 files changed
  • 8 contributors

Commits on Aug 9, 2021

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

Commits on Aug 10, 2021

  1. Add no_deref attribute to opt out of generating deref impls for i…

    …mported types (#2652)
    
    * Add `no_deref` attribute to opt out of `Deref` impl
    
    * Document `no_deref`
    Jules-Bertholet authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    4770fab View commit details
    Browse the repository at this point in the history
  2. Upgrade the webpack-based examples' npm dependencies (move to webpack…

    … 5) (#2651)
    
    * Upgraded the webpack examples' npm dependencies which (among other things) upgrades them to webpack 5
    
    For the weather_report, had to choose the syncWebAssembly experiment,
    whereas the rest works fine with asyncWebAssembly
    
    * Fix the weather report example compilation by adding it to the main workspace.
    This currently fails with:
    error: current package believes it's in a workspace when it's not:
    current:
    <project-root>/examples/weather_report/Cargo.toml
    workspace: <project-root>/Cargo.toml
    
    * Fix the build of the webxr example with webpack 5
    
    * run cargo fmt
    thomasetter authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    2ccdbd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    8f874c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e252c2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4efb2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c583098 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Bump to 0.2.76 (#2661)

    alexcrichton authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    a881a83 View commit details
    Browse the repository at this point in the history
Loading