“Hello, World!“ in WebAssembly Text Format

WebAssembly Text Format - Quick note: After posting the video, I realized there’s one other person who has made a “Hello, World!“ video with WebAssembly Text Format and they do it in a very similar way to how I did it in this video (probably following Mozilla MDN too 😎). Anyway, check ’em out too: - Sources: WebAssembly Text Format: Mozilla’s “Understanding WebAssembly text format“: WebAssembly Semantics: Setup: JavaScript for WebAssembly: Mozilla’s “Fetch API“: HTML: w3schools HTML tutorial: WebAssembly JS’s API: Mozilla’s “Using the WebAssembly JavaScript API“: WebAssembly’s “Un
Back to Top