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.89
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.90
Choose a head ref
  • 15 commits
  • 122 files changed
  • 9 contributors

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    8ec687e View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    daxpedda committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    3b88093 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    1cec7c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fea53b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Nov 30, 2023

  1. Add a test runner to two of the typescript tests to actually run them (

    …#3704)
    
    * Add jest for simple_struct.ts, this causes it to fail
    
    * fix the test, add another failing one
    
    * Fix the typescript_type test
    
    * do not use jest global injection
    
    * add TODO for the rest of the tests
    thomasetter authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    cfe3dc2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Dec 17, 2023

  1. Point to component model instead of host bindings (#3746)

    * Point to component model instead of host bindings (fixes #3143)
    
    The original https://github.com/WebAssembly/host-bindings link in the doc
    is indeed redirected to https://github.com/WebAssembly/interface-types,
    which is the inactive one. There the "explainer" sheet says work moved to
    https://github.com/WebAssembly/component-model.
    ydirson authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    bb94567 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    185e9db View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

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

Commits on Dec 23, 2023

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

Commits on Dec 25, 2023

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

Commits on Dec 31, 2023

  1. CI fix for Rust 1.75 (#3761)

    * fix wat output file
    
    * cargo clippy --no-deps --all-features -p wasm-bindgen-macro-support --fix -- -D warnings
    
    * add #[allow(unused_imports)] for the binding file in web-sys
    thomasetter authored Dec 31, 2023
    Configuration menu
    Copy the full SHA
    a3332e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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