6 lines
71 B
Plaintext
Raw Normal View History

2024-03-06 14:01:07 +01:00
(module
(func (export "answer") (result i32)
i32.const 42
)
)