WebAssembly is a new type of code that can be run in modern web browsers and provides new features and major gains in performance. It is not primarily intended to be written by hand, rather it is designed to be an effective compilation target for source languages like C, C++, Rust, etc.
- Loading a WASM
- Exports: calling C from JS
- Imports: calling JS from C
- Memory Access: Reading Strings
- Custom Memory Imports