summaryrefslogtreecommitdiff
path: root/test/dot_s/conv.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/conv.wast')
-rw-r--r--test/dot_s/conv.wast26
1 files changed, 26 insertions, 0 deletions
diff --git a/test/dot_s/conv.wast b/test/dot_s/conv.wast
index c93954b4d..3030b6283 100644
--- a/test/dot_s/conv.wast
+++ b/test/dot_s/conv.wast
@@ -1,5 +1,31 @@
(module
(memory 0 4294967295)
+ (export "i32_wrap_i64" $i32_wrap_i64)
+ (export "i64_extend_s_i32" $i64_extend_s_i32)
+ (export "i64_extend_u_i32" $i64_extend_u_i32)
+ (export "i32_trunc_s_f32" $i32_trunc_s_f32)
+ (export "i32_trunc_u_f32" $i32_trunc_u_f32)
+ (export "i32_trunc_s_f64" $i32_trunc_s_f64)
+ (export "i32_trunc_u_f64" $i32_trunc_u_f64)
+ (export "i64_trunc_s_f32" $i64_trunc_s_f32)
+ (export "i64_trunc_u_f32" $i64_trunc_u_f32)
+ (export "i64_trunc_s_f64" $i64_trunc_s_f64)
+ (export "i64_trunc_u_f64" $i64_trunc_u_f64)
+ (export "f32_convert_s_i32" $f32_convert_s_i32)
+ (export "f32_convert_u_i32" $f32_convert_u_i32)
+ (export "f64_convert_s_i32" $f64_convert_s_i32)
+ (export "f64_convert_u_i32" $f64_convert_u_i32)
+ (export "f32_convert_s_i64" $f32_convert_s_i64)
+ (export "f32_convert_u_i64" $f32_convert_u_i64)
+ (export "f64_convert_s_i64" $f64_convert_s_i64)
+ (export "f64_convert_u_i64" $f64_convert_u_i64)
+ (export "f64_promote_f32" $f64_promote_f32)
+ (export "f32_demote_f64" $f32_demote_f64)
+ (export "anyext" $anyext)
+ (export "bitcast_i32_to_float" $bitcast_i32_to_float)
+ (export "bitcast_float_to_i32" $bitcast_float_to_i32)
+ (export "bitcast_i64_to_double" $bitcast_i64_to_double)
+ (export "bitcast_double_to_i64" $bitcast_double_to_i64)
(func $i32_wrap_i64 (param $$0 i64) (result i32)
(block $fake_return_waka123
(block