An open API service indexing awesome lists of open source software.

https://github.com/kellnr/blog-webassembly-compiler

WebAssembly compiler and runtime in Rust
https://github.com/kellnr/blog-webassembly-compiler

Last synced: 2 months ago
JSON representation

WebAssembly compiler and runtime in Rust

Awesome Lists containing this project

README

          

# WebAssembly Compiler & Runtime

This repo contains the code from the blog post series "WebAssembly".

1. [WebAssembly Compiler - Text format and AST](https://kellnr.io/blog/wasm-compiler1)
2. [WebAssembly Compiler - Building a Parser](https://kellnr.io/blog/wasm-compiler2)
3. [WebAssembly Compiler - Building a Compiler](https://kellnr.io/blog/wasm-compiler3)
4. [WebAssembly Compiler - Building a Runtime](https://kellnr.io/blog/wasm-compiler4)