Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark24Code authored Jun 29, 2024
1 parent d02377e commit 9b6c7d0
Showing 1 changed file with 18 additions and 11 deletions.
29 changes: 18 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ MRuby Devkit 是一个开箱即用的脚手架。 基于 MRuby 将你的 Ruby

> —— 灵感来自于 Golang 可以编译为二进制可执行文件的迷人特性。
---

# 平台:

* MacOS
- x86_64 ✅
- aarch64 ✅

* Debian/Ubuntu/Mint Linux
- x86_64 ✅
- aarch64 ✅

* WebAssembly ✅


---

# 一、使用约定

## 前置运行环境
Expand Down Expand Up @@ -99,6 +116,7 @@ rake -T 查看可用命令
➜ build git:(main) rake -T
rake build # build program
rake build:wasm # build wasm program
rake release # release package
rake run # run program
rake run:wasm # run wasm program
```
Expand All @@ -114,16 +132,5 @@ rake run:wasm # run wasm program
- [x] 自动初始化
- [x] 支持 WebAssembly

---

# 平台:

MacOS

- AMD64 ✅
- ARM64 ✅

Debian/Ubuntu/Mint Linux

- AMD64 ✅
- ARM64 ✅

0 comments on commit 9b6c7d0

Please sign in to comment.