chore(deps): update rust-wasm-bindgen monorepo#4234
Open
ScriptedAlchemy wants to merge 1 commit intomasterfrom
Open
chore(deps): update rust-wasm-bindgen monorepo#4234ScriptedAlchemy wants to merge 1 commit intomasterfrom
ScriptedAlchemy wants to merge 1 commit intomasterfrom
Conversation
|
Workflow status is failure ❌ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.3.22->0.4.00.2.45->0.3.0Release Notes
rustwasm/wasm-bindgen (wasm-bindgen-test)
v0.2.50Compare Source
Released 2019-08-19.
Added
WASM_INTERFACE_TYPES=1environment variable hasbeen added to emit a Wasm Interface Types custom section, making the output of
wasm-bindgena single standalone WebAssembly file.#1725
Fixed
instantiateStreamingfallback.#1723
v0.2.49Compare Source
Released 2019-08-14.
Added
Add binding for
Element.getElementsByClassName.#1665
PartialEqandEqare now implemented for allweb-systypes.#1673
The
wasm-bindgen-futurescrate now has support for futures when theexperimental WebAssembly threading feature is enabled.
#1514
A new
enable-interningfeature is available to intern strings and reduce thecost of transferring strings across the JS/Rust boundary.
#1612
The
wasm-bindgenCLI has experimental support for reading nativewebidl-bindingscustom sections and generating JS glue. This support is inaddition to Rust's own custom sections and allows using
wasm-bindgenwithbinaries produced by other than rustc possibly.
#1690
New environment variables have been added to configure webdriver startup
arguments.
#1703
New
JsValue::{is_truthy,is_falsy}methods are now available.#1638
Changed
JS import shims are now skipped again when they are unnecessary.
#1654
WebAssembly output files now directly embed the module/name for imports if
supported for the target and the import, reducing JS shims even further.
#1689
Fixed
Support for threads have been updated for LLVM 9 and nightly Rust.
#1675
#1688
The
anyrefpasses inwasm-bindgenhave seen a number of fixes to improvetheir correctness and get the full test suite running.
#1692
#1704
Support for
futures-preview 0.3.0-alpha.18has been added towasm-bindgen-futures.#1716
v0.2.48Compare Source
Released 2019-07-11.
Added
All typed arrays now implement
Fromfor the corresponding Rust slice type,providing a safe way to create an instance which copies the data.
#1620
Function::bind{2,3,4}are now available injs-sys.#1633
Changed
More WebGL methods have been updated to use shared slices instead of mutable
slices.
#1639
When using the
bundlertarget the import of the wasm file now uses the.wasmextension to ensure a wasm file is loaded.#1646
The old internal
Stacktrait has been removed since it is no longer used.#1624
Fixed
The
js_sys::global()accessor now attempts other strategies before fallingback to a
Functionconstructor which can violate some strict CSP settings.#1650
Dropping a
JsFutureno longer logs a benign error to the console.#1649
Fixed an assertion which could happen in some modules when generating
bindings.
#1617
v0.2.47Compare Source
Released 2019-06-19.
Changed
The
HtmlHyperlinkElementshould now include more native methods after asmall edit to the WebIDL.
#1604
Duplicate names for getters/setters now have a first-class
wasm-bindgenerror.
#1605
Fixed
TypeScript definition of
initwith--target webnow reflects that thefirst argument is optional.
#1599
A panic with the futures 0.3 support has been fixed.
#1598
More slice types are recognized as becoming immutable in some WebIDL methods.
#1602
The function table is now no longer too aggressively removed.
#1606
v0.2.46Compare Source
Released 2019-06-14.
Added
Bindings for
Array#flatandArray#flatMaphave been added.#1573
All
#[wasm_bindgen]types nowAsRefto themselves.#1583
When using
--target webthe path passed toinitis no longer required.#1579
Fixed
Some diagnostics related to compiler errors in
#[wasm_bindgen]have beenimproved.
#1550
The support for weak references has been updated to the current JS proposal.
#1557
Documentation and feature gating for web-sys dictionaries has improved.
#1572
Getter and setter TypeScript has been fixed.
#1577
The
env_loggercrate and its tree of dependencies is no longer required tobuild
web-sys.#1586
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.