WebAssembly Tutorial - 3 - Streaming wasm Files

Опубликовано: 27 Февраль 2026
на канале: Michael Grieco
10,154
171

In this video, we improve upon the framework used to call functions with ccall and cwrap. Here, we use streaming, which eliminates the need to include the large JavaScript file. Streaming directly takes a wasm file and then exports the functions for use on our webpage. This provides a much simpler and more intuitive solution. We will also use streaming from now on to integrate memory accesses along with other functions that streaming allows us to do.

Timestamps:
• Basic streaming: 0:00
• Multiple files: 08:56

• Website: https://michaelg29.github.io/
• Discord:   / discord  
• This Github Repo: https://github.com/michaelg29/webasse...
• This Playlist:    • WebAssembly Tutorial