lam
build / build (push) Failing after 12m1s

This commit is contained in:
2026-07-13 19:46:12 -06:00
parent 269d956566
commit 8a800fdcb2
5 changed files with 121 additions and 55 deletions
+7
View File
@@ -0,0 +1,7 @@
(module
(type $cont (func (param i32)))
(type $cont-stack-type (array (ref null $cont)))
(global $cont-stack (ref $cont-stack-type)
(array.new_default $cont-stack-type (i32.const 128)))
(func (export "main") (result (ref eq))
(ref.i31 (i32.const 123))))