WebAssembly-illustrated icon indicating copy to clipboard operation
WebAssembly-illustrated copied to clipboard

WebAssembly (Wasm) illustrated

Results 2 WebAssembly-illustrated issues
Sort by recently updated
recently updated
newest added

Reflecting comments by sperlie on the reddit: https://www.reddit.com/r/WebAssembly/comments/a1royl/webassembly_illustrated/eatpspl/

You mentioned the suggar of the WebAssembly text format, but it's missing a bit of formal definition. WebAssembly specifies a textual representation called `wat` (WebAssembly Text Format): https://webassembly.github.io/spec/core/text/index.html, which is...