File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ also like to be aware of it!
20
20
that at this time no bundler will do this by default, but we'd love to
21
21
document plugins which do this if you are aware of one!
22
22
23
- * ** Edge before 79+** - the ` TextEncoder ` and ` TextDecoder ` APIs where not
24
- available in Edge which ` wasm-bindgen ` uses to encode/decode strings between
25
- JS and Rust. You can polyfill this with at least one of two strategies:
23
+ * ** Edge before 79+** - the ` TextEncoder ` and ` TextDecoder ` APIs, which
24
+ ` wasm-bindgen ` uses to encode/decode strings between JS and Rust, were not
25
+ available before version 79. You can polyfill this with at least one of two
26
+ strategies:
26
27
27
28
1 . If using a bundler, you can likely configure the bundler to polyfill these
28
29
types by default. For example if you're using Webpack you can use the
You can’t perform that action at this time.
0 commit comments