Skip to content

Commit

Permalink
update doc about cmake version & upgrade unicorn engine (#9)
Browse files Browse the repository at this point in the history
* update doc about cmake version

* upgrade unicorn engine & fix typo
  • Loading branch information
jiangying000 authored Aug 3, 2022
1 parent 84fc8d6 commit 7906f3f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ You need:
- [rust](https://rustup.rs/)
- [cross](https://github.com/cross-rs/cross)
- Docker: cross needs it.
- [cmake](https://cmake.org/download/) >= 3.12

## Get Started

Expand Down
2 changes: 1 addition & 1 deletion docs/prototype_of_cannon_in_move.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ optimism-move 是一套基于 move 虚拟机的 layer2 的链上仲裁的原型

- 剥离 move-vm 相关代码。
- 以及修改 vm 和 storage 交互逻辑。
-stroage 接口 mock 掉,将数据读取和写入临时保存下来。
-storage 接口 mock 掉,将数据读取和写入临时保存下来。

最终的目标是能够构建 min-move-vm,并且能够将其编译成 mips 指令集的二进制代码。
### 执行 mips 代码
Expand Down
11 changes: 9 additions & 2 deletions omo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion omo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = { version = "1.0.57" }
clap = { version = "3.1.18", features = ["derive"] }
goblin = { version = "0.5.1" }
unicorn-engine = { version = "2.0.0-rc7" }
unicorn-engine = { version = "2.0.0" }
bytes = { version = "1.1.0" }
byteorder = { version = "1.4.3" }
thiserror = { version = "1.0.31" }
Expand Down

0 comments on commit 7906f3f

Please sign in to comment.