Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lecepin/rust-wasm-recipes


https://github.com/lecepin/rust-wasm-recipes

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

尝试把一些日常的 JS 用法用 Rust WebAssembly 实现。

统一通过 `wasm-pack build --target web` 构建。

> Rust 生产力太低了。。。

![](logo.jpg)

---

- [x] [1.简单调用一个add](./1.简单调用一个add)
- [ ] [2.js传递文件到rust](./2.js传递文件到rust)
- [ ] [3.rust请求](./3.rust请求)
- [ ] [4.rust返回json给js](./4.rust返回json给js)
- [ ] [5.返回js的常用类型](./5.返回js的常用类型)
- [ ] [6.rust的错误处理](./6.rust的错误处理)
- [x] [7.rust自执行Dom操作](./7.rust自执行Dom操作)
- [x] [8.rust自执行定时器&闭包计数&jsArray](./8.rust自执行定时器&闭包计数&jsArray)
- [ ] 9.rust 异步与js Promise
- [ ] 10.rust 消费 js 模块