This commit is contained in:
2026-07-11 16:25:58 -06:00
parent 475f0a7f68
commit d71d78c68f
24 changed files with 458 additions and 120 deletions
+11
View File
@@ -0,0 +1,11 @@
(module
(func
(param)
(result i32)
(local i32 i32 i32 i32 i32)
(i32.const 0)
(if
(result i32)
(then (i32.const 777))
(else (i32.const 555))))
(export "main" (func 0)))