We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f89a0fb commit 0cbc0c9Copy full SHA for 0cbc0c9
CHANGELOG.md
@@ -46,6 +46,12 @@
46
non-default path to the `wasm-bindgen-test` crate.
47
[#3593](https://github.com/rustwasm/wasm-bindgen/pull/3593)
48
49
+* Add support for passing `Vec`s of exported Rust types and strings to/from JS.
50
+ [#3554](https://github.com/rustwasm/wasm-bindgen/pull/3554)
51
+
52
+* Implement `TryFrom<JsValue>` for exported Rust types and strings.
53
54
55
### Changed
56
57
* Updated the WebGPU WebIDL.
0 commit comments