-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: rustwasm/wasm-bindgen
base: 0.2.69
head repository: rustwasm/wasm-bindgen
compare: 0.2.70
- 16 commits
- 295 files changed
- 15 contributors
Commits on Nov 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a125903 - Browse repository at this point
Copy the full SHA a125903View commit details
Commits on Dec 2, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 7702823 - Browse repository at this point
Copy the full SHA 7702823View commit details
Commits on Dec 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d6d222c - Browse repository at this point
Copy the full SHA d6d222cView commit details
Commits on Dec 6, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for b584407 - Browse repository at this point
Copy the full SHA b584407View commit details
Commits on Dec 9, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for d6825ad - Browse repository at this point
Copy the full SHA d6825adView commit details
Commits on Jan 4, 2021
-
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`.
Configuration menu - View commit details
-
Copy full SHA for b79f5b2 - Browse repository at this point
Copy the full SHA b79f5b2View commit details -
Fix canvas is not a self closing tag. (#2408)
Co-authored-by: ltzz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d80e7d - Browse repository at this point
Copy the full SHA 9d80e7dView commit details -
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?
Configuration menu - View commit details
-
Copy full SHA for c195746 - Browse repository at this point
Copy the full SHA c195746View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f725e7 - Browse repository at this point
Copy the full SHA 9f725e7View commit details
Commits on Jan 5, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for b2fe5d1 - Browse repository at this point
Copy the full SHA b2fe5d1View commit details
Commits on Jan 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7465a4f - Browse repository at this point
Copy the full SHA 7465a4fView commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ffa3e93 - Browse repository at this point
Copy the full SHA ffa3e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 544bfa3 - Browse repository at this point
Copy the full SHA 544bfa3View commit details
Commits on Jan 22, 2021
-
Update WebIDL to use
undefined
instead ofvoid
(#2427)* Update WebIDL to use `undefined` instead of `void` * Update weedle to 0.12
Configuration menu - View commit details
-
Copy full SHA for 0049fa5 - Browse repository at this point
Copy the full SHA 0049fa5View commit details
Commits on Jan 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 906fa91 - Browse repository at this point
Copy the full SHA 906fa91View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6355c2 - Browse repository at this point
Copy the full SHA b6355c2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.2.69...0.2.70