mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-07 13:43:03 +03:00
Fix typo (#2349)
This commit is contained in:
parent
1817a88c1d
commit
3c0c2b39a4
@ -1,6 +1,6 @@
|
|||||||
# Serializing and Deserializing Arbitrary Data Into and From `JsValue` with Serde
|
# Serializing and Deserializing Arbitrary Data Into and From `JsValue` with Serde
|
||||||
|
|
||||||
It's possible to pass arbirtrary data from Rust to JavaScript by serializing it
|
It's possible to pass arbitrary data from Rust to JavaScript by serializing it
|
||||||
to JSON with [Serde](https://github.com/serde-rs/serde). `wasm-bindgen` includes
|
to JSON with [Serde](https://github.com/serde-rs/serde). `wasm-bindgen` includes
|
||||||
the `JsValue` type, which streamlines serializing and deserializing.
|
the `JsValue` type, which streamlines serializing and deserializing.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user