mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-17 00:30:49 +00:00
5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
(module
|
|
(func $main (export "main") (result i32)
|
|
(i32.popcnt (i32.const -1))
|
|
)
|
|
) |