Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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