mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
(module
|
|
(func $main (export "main") (result i32)
|
|
(i32.popcnt (i32.const -1))
|
|
)
|
|
) |