File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
--------------------------------------------------------------------------------
4
4
5
+ ## 0.2.51
6
+
7
+ Not released yet
8
+
9
+ ### Added
10
+
11
+ * The ` wasm-bindgen-futures ` and ` wasm-bindgen-test ` crates now require Nightly
12
+ Rust and have a new major version published as a result. These crates now
13
+ support ` async ` /` await ` by default, and they will be supported in the stable
14
+ Rust 1.39.0 release. The previous versions of crates will continue to work on
15
+ stable today.
16
+ [ #1741 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1741 )
17
+
18
+ * Using ` #[wasm_bindgen] ` on an ` async ` function will now work and return a
19
+ ` Promise ` on the JS side of things.
20
+ [ #1754 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1754 )
21
+
22
+ * More helper methods for ` js_sys::Array ` have been added.
23
+ [ #1749 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1749 )
24
+
25
+ ### Changed
26
+
27
+ * The ` passStringToWasm ` function has been optimized for size.
28
+ [ #1736 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1736 )
29
+
30
+ ### Fixed
31
+
32
+ * BOM markers will not be preserved when passing strings to/from wasm.
33
+ [ #1730 ] ( https://github.com/rustwasm/wasm-bindgen/pull/1730 )
34
+
35
+ --------------------------------------------------------------------------------
36
+
5
37
## 0.2.50
6
38
7
39
Released 2019-08-19.
You can’t perform that action at this time.
0 commit comments