Explore >> Select a destination


You are here

blog.scottlogic.com
| | surma.dev
2.1 parsecs away

Travel
| | What follows is a brain dump of everything I know about compiling Rust to WebAssembly. Enjoy.
| | dusty.phillips.codes
2.9 parsecs away

Travel
| | 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.
| | k33g.hashnode.dev
2.3 parsecs away

Travel
| | This blog post is an introduction to WASI, the WebAssembly System Interface
| | spidermonkey.dev
21.7 parsecs away

Travel
| SpiderMonkey is the JavaScript engine used in Mozilla Firefox. This newsletter gives an overview of the JavaScript and WebAssembly work we've done as part of the Firefox 98 and 99 Nightly release cycles.