8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
|
|
(module
|
||
|
|
(func $main (result i32)
|
||
|
|
i32.const 10
|
||
|
|
i32.const 20
|
||
|
|
i32.add
|
||
|
|
)
|
||
|
|
(export "main" (func $main))
|
||
|
|
)
|