wars/wars-macro/tests/b.rs

7 lines
127 B
Rust
Raw Normal View History

2024-06-06 15:37:15 -05:00
wars_macro::wars!(
file = "target/wasm32-unknown-unknown/debug/wars_test.wasm",
2024-06-18 22:21:09 -05:00
r#async = true,
2024-06-06 15:37:15 -05:00
);
2024-08-14 17:34:48 -05:00
fn x<A: Wars>() {}