MuYunyun / blog

Life is a moment :notebook_with_decorative_cover:
http://muyunyun.cn/blog
1.61k stars 233 forks source link

Todo: 在 React 使用 Rust 编写的函数 #239

Open MuYunyun opened 1 year ago

MuYunyun commented 1 year ago

目标

使用 Rust 实现批量压缩图片功能。

  1. 了解 WebAssembly,了解 WebAssembly 的使用;
  2. 掌握将 Rust 转换为 WebAssembly 的方法;
  3. 在浏览器中调用步骤 2 中的方法;

项目:[WIP]RustInReact

链接

  1. Rust 学习笔记 1
  2. Rust 学习笔记 2
  3. 实现一个简单的基于 WebAssembly 的图片处理应用
  4. 使用 Rust + WASM 进行 Web 开发

WebAssembly 工具

  1. wabt: 将代码从文本格式编译为二进制以支持在浏览器中执行。

其它

Rust 生态 UI 框架

  1. tauri
  2. slint
MuYunyun commented 11 months ago

Node 中使用 Rust

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.