wars/wars-macro/tests/b.rs

7 lines
127 B
Rust
Raw Permalink Normal View History

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