wars/wars-macro/tests/a.rs

19 lines
326 B
Rust
Raw Normal View History

2024-06-06 20:37:15 +00:00
wars_macro::wars!(
inline = "
(module
(func (result i32) call 2 call 1)
(func (result i32)
i32.const 0
(if
(then i32.const 0
return_call 0
)
(else i32.const 1)
)
)
(func)
)
",
);