https://github.com/schultyy/rust-wasm-intro
Example Code for Blogpost on "Embedding Wasm in your Rust application"
https://github.com/schultyy/rust-wasm-intro
rust wasm
Last synced: about 2 months ago
JSON representation
Example Code for Blogpost on "Embedding Wasm in your Rust application"
- Host: GitHub
- URL: https://github.com/schultyy/rust-wasm-intro
- Owner: schultyy
- Created: 2023-02-13T04:36:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T13:27:36.000Z (over 3 years ago)
- Last Synced: 2025-10-09T03:58:35.687Z (8 months ago)
- Topics: rust, wasm
- Language: Rust
- Homepage: https://21-lessons.com/how-to-run-webassembly-from-your-rust-program/
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rust-wasm-intro
Example Code for Blogpost on "Embedding Wasm in your Rust application"
Blog Post: https://21-lessons.com/how-to-run-webassembly-from-your-rust-program/