Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit a0bfa66

Browse files
committed
make wasm_resume nominally look like a test
1 parent 9454509 commit a0bfa66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/wasm_resume.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use tinywasm::{
1212
use tinywasm::{Extern, Imports};
1313
use wat;
1414

15+
#[test]
1516
fn main() -> std::result::Result<(), eyre::Report> {
1617
println!("\n# testing with callback");
1718
let mut cb_cond = |store: &mut Store| {

0 commit comments

Comments
 (0)