Releases: rustwasm/wasm-bindgen
Releases · rustwasm/wasm-bindgen
Bump to 0.2.75 (#2643)
Changes:
- e104d16 Bump to 0.2.75 (#2643)
- 814efc9 Add
#[wasm_bindgen(getter_with_clone)]
attribute (#2633) - 0e69e0e fix ui-tests for rust 1.54 (#2638)
- 3b3d95a Fix cast in
performance
API example (#2634) - b97837b Implement Default for JS types (#2626)
- c2f6b00 Implement FromStr for JsString (#2625)
- 7caeb31 Fix non-compliling examples (#2624)
- 872c57e Document #2614 (#2621)
- bf39cfd Implement To/FromWasmAbi traits for boxed slices of
JsValue
wrappers (#2614) - 17eab63 added WebHID to web-sys (#2617)
See More
- d83d33c Fix webrtc_datachannel example panic in Safari (#2616)
- a8245bd Upgraded examples/webgl to use WebGL2 instead of WebGL1 (#2609)
- eb855e3 fix: load internal node modules without string raw (#2606) [ #2605 ]
- 837e354 Pass-through file urls to Deno.readFile (#2600)
- e4ab260 Added WebAssembly.Global (#2595)
- 1e41529 bump the IDL for Clipboard, and make navigator.clipboard fallible (#2598)
- b2caf83 Update to latest WebGPU WebIDL (#2596)
- 80da105 Try to fix #2296 and support to get wasm file through http protocol (#2297)
- 41a6a43 Clarify use of
final
in docs (#2592) [ #2588 ] - 316b0ce Enabling more Stream functionality (#2584)
- 87406a6 Adding unstable APIs for stable types. (#2586)
- 8594cae Use standard
memory
name for the export (#2583) - e8bf537 3 Features were missing in Cargo.toml (#2580)
- cf578cc Fixed some find/replace errors (aundefined => avoid) (#2579)
- 95ef255 Removed a duplicate use statement (#2577)
- 70bc891 Enable additional TextMetrics properties (#2575)
- 72ef869 ScreenWakeLock.webidl (#2568)
- 78a3721 Add wasm in web worker example (#2556) [ #2549 ]
This list of changes was auto generated.
0.2.74
Changes:
- 27c7a4d Bump to 0.2.74
- f722cec Fix build of raytrace example on nightly (#2488) [ #2487 ]
- c8fb41f Don't flag published docs as experimental
- 44fb4ad Update trybuild expected errors
- 7236748 Relax schema version constraints (#2546)
- 4e677bb Upgrade to GitHub-native Dependabot (#2542)
- d4679a0 Add --omit-default-module-path CLI flag (#2519)
- fda6bb9 Work around for building with webpack5 (#2512)
- 0d911ea Update walrus to 0.19.0 (#2529) [ #2522 ]
- cb413ad Fix typo wasm_bidngen to wasm_bindgen (#2528)
See More
- aa32f4a Add complete WebIDL for ReadableStream (#2478)
- 862e13d docs: fix typo and grammar in browser-support (#2515)
This list of changes was auto generated.
0.2.73
0.2.72
Changes:
- 44d577f Bump to 0.2.72 (#2503)
- 4eec486 Fix incorrect link to
--target no-modules
example (#2501) - e6682ca Add TypedArray::copy_from (#2492)
- 209d19f Fix typo in web-sys contributing docs (#2490)
- 1e4390f Update to latest WebGPU WebIDL (#2482)
- 1ca80e3 Update lib.rs (#2480)
- 7f99f03 Make maybe_memory truly optional (#2469) [ #2133 ]
This list of changes was auto generated.
0.2.71
Changes:
- 38ba374 Bump to 0.2.71 (#2468)
- b54c9f4 Update lib.rs (#2464)
- 68fa193 Update scrollHeight and scrollTop (#2458)
- bc901ad Rerun rustfmt
- e987f94 Fix the codegen of the
TableGrow
intrinsic (#2450) [ #2446 ] - 5442f26 Getting the
no-modules
TypeScript*.d.ts
Files Working (#2396) - 03c692e [cli] Fix the UAF with by-value receivers and
--weak-refs
(#2448) - de2a5d7 Emit
new URL('...', import.meta.url)
for Wasm (#2444) - d6228e6 Update browser support caveats (#2441)
- 920494c Avoid errors if vendor-prefixed APIs do not exist (#2438)
See More
This list of changes was auto generated.
Bump to 0.2.70 (#2435)
Changes:
- b6355c2 Bump to 0.2.70 (#2435)
- 906fa91 Fix typo (#2431)
- 0049fa5 Update WebIDL to use
undefined
instead ofvoid
(#2427) - 544bfa3 Add WebIDL items DisplayMediaStreamConstraints and getDisplayMedia (#2423)
- ffa3e93 Remove reference to nightly Rust for now stabilised feature. (#2420)
- 7465a4f Fix typo in comment (#2415)
- b2fe5d1 Convert async iterators to streams (#2401)
- 9f725e7 Try to fix CI
- c195746 Allow constructors to be immutable and add it for ImageData (#2400)
- 9d80e7d Fix canvas is not a self closing tag. (#2408)
See More
- b79f5b2 Add documentation for importing
export default
(#2403) - d6825ad Handle Expr::Group in the macro parser (#2395) [ #2393 ]
- b584407 Don't emit mutable globals (#2391)
- d6d222c Update
html_root_url
to point to version 0.3 (#2390) - 7702823 Adjust Bluetooth IDL for Rust (#2385)
- a125903 Update lazy_static dependency to "1.0.2" (#2378)
This list of changes was auto generated.
0.2.69
Changes:
- 69546a2 Bump to 0.2.69 (#2377)
- 83cc988 Document the backend (#2365)
- e0ffa8f Update
waitAsync
signature to latest spec (#2362) [ #2361 ] - eb0ff9b Add support for renaming a struct field with js_name (#2360)
- 316c5a7 Update to latest WebGPU WebIDL (#2353)
- b87a901 added WebUSB API (#2345)
- 1d2d345 Fix ImageCapture API (#2347) (#2348)
- 45d2f2d Update reference tests for wat changes (#2352)
- 3c0c2b3 Fix typo (#2349)
- 1817a88 Fix typo (#2346)
See More
- b49bc2e Fix typo (#2344)
- a314c86 Bump cfg-if to 1.0 (#2336)
- 60e39c6 Update env_logger requirement from 0.7 to 0.8 (#2333)
- 0b5b800 Fix typo (#2332)
- 9554bee Update cfg-if requirement from 0.1.9 to 1.0.0 (#2326)
- 28d4575 Add dataview attribute output to WebIDL Codegen (#2316) [ #2312 ]
- 4da073c example/webaudio: Fix typo for the link to compiled example (#2315)
- d639960 Add WebBluetooth to unstable directory (#2311)
- 6dd8f1c cli-support: Remove Node.js specific passStringToWasm (#2310)
- 09c5b82 Remove obsolete note from raytrace-parallel example (#2307)
This list of changes was auto generated.
0.2.68
Changes:
- a04e189 Bump to 0.2.68 (#2305)
- 1ca54f2 Fix two cases of non-deterministic iteration (#2304) [ #2302 ]
- c34606e Set Content-Type header when curling webdriver (#2261) (#2301)
- 7ef5591 Fix compile error with futures crate using a renamed function (#2299)
- 0be6887 Update a reference test for 1.46
- 5ed1f17 Update rustc errors for new stable release
- 520e2ad Changed externref_table to use geometric resizing, giving amortized O(1) insertions (#2294)
- 0cd5f16 ts declaration file name for wasm import (#2283)
- 49dc58e Add userVisibleOnly property to PushSubscriptionOptionsInit (#2288) [ #2287 ]
- 567364e Fix typo in wasm-bindgen-test README (#2275)
0.2.67
0.2.66
Changes:
- b72678a Bump to 0.2.66 (#2256)
- 664c3f8 Update support for weak references (#2248)
- 60f3b1d Pass actual stack pointers around instead of address 8 (#2249) [ #2218 ]
- d70ae96 add reverse mappings from value to name on enums exported from rust/wasm (#2240)
This list of changes was auto generated.