Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explodingcamera/tinywasm
/ hello
Function
hello
examples/rust/src/tinywasm.rs:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
9
#[unsafe(no_mangle)]
10
pub extern
"C"
fn hello() {
11
let _ = run();
12
}
13
14
fn run() -> tinywasm::Result<()> {
15
let module = tinywasm::parse_stream(&include_bytes!(
"./print.wasm"
)[..])?;
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected