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

Function main

crates/tinywasm/tests/test-wasm-multi-memory.rs:6–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4use wasm_testsuite::data::{Proposal, proposal};
5
6fn main() -> Result<()> {
7 TestSuite::set_log_level(log::LevelFilter::Off);
8
9 let mut test_suite = TestSuite::new();
10 test_suite.run_files(proposal(&Proposal::MultiMemory))?;
11 test_suite.save_csv("./tests/generated/wasm-multi-memory.csv", env!("CARGO_PKG_VERSION"))?;
12 test_suite.report_status()
13}

Callers

nothing calls this directly

Calls 3

save_csvMethod · 0.80
report_statusMethod · 0.80
run_filesMethod · 0.45

Tested by

no test coverage detected