# Rust-Assembly-Dev-Template **Repository Path**: playertk/rust-assembly-dev-template ## Basic Information - **Project Name**: Rust-Assembly-Dev-Template - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-07 - **Last Updated**: 2024-10-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Rust 🦀 和 WebAssembly 🕸](https://llever.com/rustwasm-book/introduction.zh.html) [不同语言编译wasm 对比教程](https://wasmbyexample.dev/examples/hello-world/hello-world.rust.en-us.html) ```bash # 查看 wasm 内容 wasm-tools print release.wasm ```