evm2wasm:[ORPHANED]将EVM代码转换为eWASM 源码
注意:此项目未积极维护。 有关替代候选者,请参见和 。 概要 EVM(以太坊VM 1.0)到转编译器。 这是在线。 安装 克隆存储库并运行npm install 利用 有一个命令行工具可以对EVM输入进行反编译: 将EVM转编译为WASM $ bin/evm2wasm.js -e `evm_bytecode_file` -o `wasm_output_file` 将EVM转编译为WAST $ bin/evm2wasm.js -e `evm_bytecode_file` -o `wasm_output_file` --wast 使用每
文件列表
evm2wasm:[ORPHANED]将EVM代码转换为eWASM
(预估有个161文件)
.gitignore
66B
generateInterface.js
14KB
.gitmodules
87B
opcodes.js
5KB
runVmTests.js
6KB
opcodeRunnerJSVM.js
3KB
evm2wasm.h
15KB
wast.h
175KB
wast-async.h
176KB
evm2wasm.cpp
25KB
暂无评论