2024-03-06 14:01:07 +01:00

6 lines
71 B
Plaintext

(module
(func (export "answer") (result i32)
i32.const 42
)
)