May 2022
Intermediate to advanced
232 pages
3h 52m
English
So far, we have seen how Rust makes it easy to create and run WebAssembly modules and various tools provided by the Rust community. We will cover the following sections in this chapter:
You can find the code files present in this chapter on GitHub at https://github.com/PacktPublishing/Practical-WebAssembly.
wasm-bindgen is a complete suite that generates the binding JavaScript file (along with polyfills) for the WebAssembly module. In previous chapters, we saw how wasm-bindgen provides libraries and makes it ...
Read now
Unlock full access