diff options
Diffstat (limited to 'test/dot_s/i32.wast')
-rw-r--r-- | test/dot_s/i32.wast | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/dot_s/i32.wast b/test/dot_s/i32.wast index 9873a7080..ae9e51085 100644 --- a/test/dot_s/i32.wast +++ b/test/dot_s/i32.wast @@ -1,5 +1,23 @@ (module (memory 0 4294967295) + (export "add32" $add32) + (export "sub32" $sub32) + (export "mul32" $mul32) + (export "sdiv32" $sdiv32) + (export "udiv32" $udiv32) + (export "srem32" $srem32) + (export "urem32" $urem32) + (export "and32" $and32) + (export "or32" $or32) + (export "xor32" $xor32) + (export "shl32" $shl32) + (export "shr32" $shr32) + (export "sar32" $sar32) + (export "clz32" $clz32) + (export "clz32_zero_undef" $clz32_zero_undef) + (export "ctz32" $ctz32) + (export "ctz32_zero_undef" $ctz32_zero_undef) + (export "popcnt32" $popcnt32) (func $add32 (param $$0 i32) (param $$1 i32) (result i32) (block $fake_return_waka123 (block |