wasc:WebAssembly AOT编译器 源码
WASC WASC是WebAssembly AOT编译器。 主要目的是将WebAssembly代码转换为机器代码(x86和RISC-V)。 工作方式: 构建和测试 Ubuntu 18.04 $ apt install llvm-9 $ git clone https://github.com/mohanson/wasc $ cd wasc $ ./build.sh $ ./build_test.sh 一个示例是展示其工作方式的最佳方法: $ ./build/wasc example/echo.wasm $ ./example/echo Hello World ! # Hello W
文件列表
wasc:WebAssembly AOT编译器
(预估有个2968文件)
path_filestat_set_times.cpp
1KB
clock.cpp
1KB
mkdir.cpp
366B
stdout.cpp
93B
exit.cpp
77B
rmdir.cpp
358B
fd_renumber.cpp
926B
fd_filestat_set_times.cpp
1KB
cat.cpp
1KB
rm.cpp
333B
暂无评论