MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / fibonacci_from_twasm

Function fibonacci_from_twasm

crates/tinywasm/benches/fibonacci.rs:19–21  ·  view source on GitHub ↗
(twasm: &[u8])

Source from the content-addressed store, hash-verified

17}
18
19fn fibonacci_from_twasm(twasm: &[u8]) -> Result<Module> {
20 Ok(Module::try_from_twasm(twasm)?)
21}
22
23fn fibonacci_run(module: Module, recursive: bool, n: i32) -> Result<()> {
24 let mut store = Store::default();

Callers 1

criterion_benchmarkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected