rust runtime
build / build (push) Failing after 1m1s

This commit is contained in:
2026-07-17 23:17:38 -06:00
parent 85d34883a6
commit aa5b45ec76
10 changed files with 1951 additions and 10 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ lowerVal g (ValLit l) =
(i32.const #{b'})
ref.i31
|]
where b' :: Int = if b then 1 else 0
where b' :: Int = if b then 0b11 else 0b01
_ -> _
lowerVal g (ValVar x) = [expr|(local.get #{l})|]