Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/explodingcamera/tinywasm
/ wast_runner.rs
File
wast_runner.rs
crates/cli/src/wast_runner.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use std::collections::{BTreeMap, HashMap};
2
use std::fmt::{Display, Formatter};
3
use std::fs::canonicalize;
4
use std::panic::{self, AssertUnwindSafe};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected