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
- Host: GitHub
- URL: https://github.com/kellnr/blog-webassembly-compiler
- Owner: kellnr
- License: mit
- Created: 2023-09-09T07:49:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T07:52:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T12:45:16.637Z (over 1 year ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)