https://github.com/ubugeeei/wasm-runtime-in-rust
https://github.com/ubugeeei/wasm-runtime-in-rust
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ubugeeei/wasm-runtime-in-rust
- Owner: ubugeeei
- Created: 2024-04-28T16:25:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T18:59:59.000Z (over 1 year ago)
- Last Synced: 2025-06-29T11:49:52.716Z (6 months ago)
- Language: Rust
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
This repository is a my (@ubugeeei) study histories of WebAssembly runtime written in Rust.
Original: https://zenn.dev/skanehira/books/writing-wasm-runtime-in-rust
Thanks: [@skanehira](https://github.com/skanehira)
## References
- https://zenn.dev/skanehira/books/writing-wasm-runtime-in-rust
- https://github.com/skanehira/chibiwasm
- https://github.com/skanehira/tiny-wasm-runtime