Files
gyehoek-hs/u.wat
T
msyds 8a800fdcb2
build / build (push) Failing after 12m1s
lam
2026-07-14 03:15:35 -06:00

8 lines
274 B
WebAssembly Text Format

(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))))