Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/explodingcamera/tinywasm
/ test_fibonacci
Function
test_fibonacci
examples/wasm-rust.rs:205–207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
203
204
#[test]
205
fn test_fibonacci() {
206
fibonacci().unwrap();
207
}
208
209
#[test]
210
fn test_tinywasm() {
Callers
nothing calls this directly
Calls
1
fibonacci
Function · 0.70
Tested by
no test coverage detected