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.76
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.77
Choose a head ref
  • 8 commits
  • 105 files changed
  • 4 contributors

Commits on Aug 19, 2021

  1. Don't publish wasm-bindgen-webidl

    It's internal nowadays
    alexcrichton committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    af0e566 View commit details
    Browse the repository at this point in the history
  2. Disable dependabot

    It's not doing much for us any more, mostly just noise.
    alexcrichton committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    b780348 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Update tests for a new wasmprinter release (#2667)

    * Update tests for a new wasmprinter release
    
    * Update more tests
    
    * More tests to update
    alexcrichton authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    58e252e View commit details
    Browse the repository at this point in the history
  2. web-sys: add WorkerType feature (#2666)

    PR #2656 added support settings `type` and `request_credentials` on
    `WorkerOptions`. However, the `WorkerType` struct` was not exposed, as
    the feature was not added to Cargo.toml.
    wngr authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    6ab9ac0 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Generate TypeScript return types for async functions (#2665)

    * Generate TypeScript return types for `async` functions
    
    * Fix tests to respect returning only `Result<T, JsValue>`
    
    * Fix smoke test
    
    * add `simple_async_fn` to `typescript-tests`
    
    * cleanup and set JsDoc comment correctly for `Promise<void>`
    
    * clean up now that `ts_ret_ty` is complete w/ Promise
    
    * add `.d.ts` reference tests
    
    * add async reference tests
    
    * don't test `.js` and `.wat` in async reference tests
    trevyn authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    965b88c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Add math-related intrinsics/functions for JsValues (#2629)

    * Allow accessing JS math operators from Rust
    
    Useful for dealing with JS `BigInt`s
    
    * Add `typeof` and `in` methods/intrinsics
    
    * Add comparison operators
    
    * Remove Object.is intrinsic
    
    * Make conversion into f64 faillible
    
    * Add `#[inline]`s
    
    * Fix methods to make them take references
    
    * cargo fmt
    
    * Add BigInt to js-sys (no constructor yet)
    
    * Remove useless import
    
    * Fix UI tests
    
    * Add BigInt constructor
    
    * Allow catching `to_string` method for BigInt
    
    * Fix tests again
    
    * Add inlines
    
    * Rework PartialEq impl
    
    * Implement FromStr for BigInt
    
    * Add more inlines
    
    * Update formatting
    
    * Add more trait impls and feature for integration with `rust-num`
    
    * Add `PartialOrd` and `Ord` impls for more types
    
    * Cargo fmt
    
    * Remove `num-traits` from `wasm-bindgen`, integrate `js-sys` with `rust-num` further
    
    * Update Cargo.toml
    
    * Update Rust version for CI (to allow proc-macro2 to build again)
    
    * Fix link in Markdown
    
    * Remove all `rust-num` code from `js-sys`
    Jules-Bertholet authored Sep 2, 2021
    Configuration menu
    Copy the full SHA
    d6d056c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    634f07d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123d5f5 View commit details
    Browse the repository at this point in the history
Loading