In this video, we delve deeper into how to send functions from JavaScript to WebAssembly to be called. We use the malloc function as an example template and use the concept to create a logger that WebAssembly will periodically call throughout the progress of an expensive function and see how JavaScript will react with the callbacks.
Timestamps
• Introduction: 0:00
• C program: 1:20
• Examining the .wasm file: 5:55
• HTML interface: 8:40
• Progress bar and exploration: 12:56
• Website: https://michaelg29.github.io/
• Discord: / discord
• This Github Repo: https://github.com/michaelg29/webasse...
• This Playlist: • WebAssembly Tutorial