|
You are here |
www.erikschierboom.com | ||
| | | | |
thecodebarbarian.com
|
|
| | | | | ||
| | | | |
dusty.phillips.codes
|
|
| | | | | In earlier articles, we have implemented a tokenizer, parser, and transformer to convert the Web Assembly Text Format to an Abstract Syntax Tree that can hopefully easily compile to Wasm. Truthfully, the next step should be validation. Validation is the process of statically analyzing the syntax tree to catch as many errors as possible. This is where things like type checking and borrow checking happen, for example. The wasm spec has an in-depth description of what validation should look like for a conforming compiler. | |
| | | | |
golangbot.com
|
|
| | | | | A tutorial about WebAssembly and how to cross compile and run Go programs in the browser using WebAssembly. | |
| | | | |
www.dgendill.com
|
|
| | | Let's use the JSPI in WASM to coordinate async function calls | ||