May 2022
Intermediate to advanced
232 pages
3h 52m
English
So far, we have only seen examples of sharing simple numbers between JavaScript and WebAssembly. In the last section, we saw how wasm-bindgen helps to pass a string from Rust to JavaScript with ease. In this chapter, we will explore how wasm-bindgen makes it easier to convert more complex data types between JavaScript and WebAssembly via Rust. We will cover the following sections in this chapter:
You can find the code files ...
Read now
Unlock full access