MCPcopy 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)]
10pub extern "C" fn hello() {
11 let _ = run();
12}
13
14fn run() -> tinywasm::Result<()> {
15 let module = tinywasm::parse_stream(&include_bytes!("./print.wasm")[..])?;

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected