6 lines
71 B
Plaintext
6 lines
71 B
Plaintext
(module
|
|
(func (export "answer") (result i32)
|
|
i32.const 42
|
|
)
|
|
)
|