w3bstream-wasm-rust-sdk
A Rust SDK for writing Webassembly for W3bstream.
Example
Say “Hello World!” to the w3bstream with rust-sdk.
Make sure you added the ws-sdk crate on Cargo.toml:
Then, on your lib.rs:
use log_info;
pub extern "C"
More examples can be found here.