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.73
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.74
Choose a head ref
  • 12 commits
  • 81 files changed
  • 8 contributors

Commits on Apr 1, 2021

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

Commits on Apr 15, 2021

  1. Add complete WebIDL for ReadableStream (#2478)

    * Add complete ReadableStream WebIDL
    
    * Add missing line
    
    * Readable Stream Binding Regenerated
    kartva authored Apr 15, 2021
    Configuration menu
    Copy the full SHA
    aa32f4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb413ad View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Update walrus to 0.19.0 (#2529)

    Closes #2522
    alexcrichton authored Apr 16, 2021
    Configuration menu
    Copy the full SHA
    0d911ea View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Work around for building with webpack5 (#2512)

    * Use  instead of
    
    * rewrite js files in wasm-bindgen-cli reference tests
    
    * fix formatting
    
    * fix typo
    
    * ensure function return
    
    * run cargo fmt
    nokotan authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    fda6bb9 View commit details
    Browse the repository at this point in the history
  2. Add --omit-default-module-path CLI flag (#2519)

    Adds a new CLI flag `--omit-default-module-path`, to control the
    `default_module_path` generated code.
    
    The `default_module_path` generated code is enabled by default, users
    need to explicitly disable it by setting the `--omit-default-module-path` CLI
    flag.
    diceride authored Apr 19, 2021
    Configuration menu
    Copy the full SHA
    d4679a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Upgrade to GitHub-native Dependabot (#2542)

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    4e677bb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    7236748 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44fb4ad View commit details
    Browse the repository at this point in the history
  3. Don't flag published docs as experimental

    They're canonical now
    alexcrichton committed May 7, 2021
    Configuration menu
    Copy the full SHA
    c8fb41f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Fix build of raytrace example on nightly (#2488)

    The `__wasm_init_memory` function is no longer exported and we also need
    to build with `+mutable-globals`.
    
    Closes #2487
    alexcrichton authored May 10, 2021
    Configuration menu
    Copy the full SHA
    f722cec View commit details
    Browse the repository at this point in the history
  2. Bump to 0.2.74

    alexcrichton committed May 10, 2021
    Configuration menu
    Copy the full SHA
    27c7a4d View commit details
    Browse the repository at this point in the history
Loading