diff options
Diffstat (limited to 'test/dot_s/signext-zeroext.wast')
-rw-r--r-- | test/dot_s/signext-zeroext.wast | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/dot_s/signext-zeroext.wast b/test/dot_s/signext-zeroext.wast index 8148fdd7b..162f5bed7 100644 --- a/test/dot_s/signext-zeroext.wast +++ b/test/dot_s/signext-zeroext.wast @@ -1,5 +1,9 @@ (module (memory 0 4294967295) + (export "z2s_func" $z2s_func) + (export "s2z_func" $s2z_func) + (export "z2s_call" $z2s_call) + (export "s2z_call" $s2z_call) (func $z2s_func (param $$0 i32) (result i32) (local $$1 i32) (block $fake_return_waka123 |