lann / component-rpc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$ cargo install --git https://github.com/bytecodealliance/cargo-component
...
$ ./build-example-and-serve.sh
$ curl localhost:3456/call --json '{"name": "decode-hex", "args": ["abcd"]}'
{"result":43981}

About


Languages

Language:Rust 98.3%Language:Shell 1.7%