Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rwasm/learn-wasm
🎲 Learning WebAssembly
https://github.com/rwasm/learn-wasm
create-xc-app learn-wasm react rust vite wasm webassembly
Last synced: 3 months ago
JSON representation
🎲 Learning WebAssembly
- Host: GitHub
- URL: https://github.com/rwasm/learn-wasm
- Owner: rwasm
- Created: 2020-12-31T15:12:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T02:03:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T17:58:33.730Z (6 months ago)
- Topics: create-xc-app, learn-wasm, react, rust, vite, wasm, webassembly
- Language: Rust
- Homepage: http://wasm.lencx.tech
- Size: 2.77 MB
- Stars: 104
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - rwasm/learn-wasm - 🎲 Learning WebAssembly (Rust)
README
# learn-wasm
```bash
# Initialize the project
# https://github.com/lencx/create-mpl# npm 6.x
npm init mpl@latest my-app --type web# npm 7+, extra double-dash is needed:
npm init mpl@latest my-app -- --type web
```## Pre-Install
```bash
cargo install rsw wasm-pack
```## Start
```bash
yarn dev
```## [Awesome Lists](./awesome-lists.md)
* [前端入门 | Rust 和 WebAssembly](https://lencx.github.io/book/wasm/rust_wasm_frontend.html)
* [Awesome WebAssembly](https://mtc.nofwl.com/awesome/wasm.html)## Examples
### @rsw/chasm
\
### @rsw/game-of-life
### @rsw/excel-read
整理: lencx\
作者: 郭宇 \
源码地址: [guoyucode/excel_read](https://gitee.com/guoyucode/excel_read)### ffmpeg