文件名称:cirru-wasm-cli:wasm-cli的Cirru语法端口
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-21 19:02:46
JavaScript
Cirru WASM CLI 这是一个基于的实验项目,但使用的是Cirru语法。 请注意,由于wasm-cli可能会更新,因此该项目可能会中断,需要再次更新。 在找到更多 用法 npm i -g cirru-wasm-cli 创建一个文件hello-world.cirru : \ ( void main ) () i32.store ( addr.from_64 ( i64.const 0 )) ( i32.const 0x6c6c6568 ) i32.store ( addr.from_64 ( i64.const 4 )) ( i32.const 0x6177206f ) i32.store ( addr.from_64 ( i64.const 8 )) ( i32.const 0x000a6d73 ) std::print addr.from_64
【文件预览】:
cirru-wasm-cli-master
----.npmignore(11B)
----examples()
--------empty.cirru(31B)
--------hello-world.wasm(306B)
--------empty.wasm(29B)
--------hello-world.cirru(300B)
----share()
--------compiler.js(2KB)
--------wasm.js(511B)
----README.md(749B)
----.gitignore(15B)
----package.json(883B)