Tour de WebAssembly Tabla de Contenidos

[Untranslated] Limitations of Functions

Parameter and return types of functions are limited to:

So in order to communicate between JavaScript and WebAssembly we will have to get clever with the meaning of numbers!

Rust is fairly good at converting it's primitive types to WebAssembly's numerical equivalents.

Mascot Ferris