MCPcopy 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

1use std::collections::{BTreeMap, HashMap};
2use std::fmt::{Display, Formatter};
3use std::fs::canonicalize;
4use std::panic::{self, AssertUnwindSafe};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected