diff options
Diffstat (limited to 'test/push_pop.wast.fromBinary')
-rw-r--r-- | test/push_pop.wast.fromBinary | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/push_pop.wast.fromBinary b/test/push_pop.wast.fromBinary index 64d6d4abd..489897df6 100644 --- a/test/push_pop.wast.fromBinary +++ b/test/push_pop.wast.fromBinary @@ -15,32 +15,32 @@ (export "ppfuncref" (func $5)) (export "ppnullref" (func $6)) (export "ppexnref" (func $7)) - (func $0 (; 0 ;) (result i32) + (func $0 (result i32) (i32.const 1) ) - (func $1 (; 1 ;) (result i64) + (func $1 (result i64) (i64.const 1) ) - (func $2 (; 2 ;) (result f32) + (func $2 (result f32) (f32.const 1) ) - (func $3 (; 3 ;) (result f64) + (func $3 (result f64) (f64.const 1) ) - (func $4 (; 4 ;) (result anyref) + (func $4 (result anyref) (local $0 anyref) (local.get $0) ) - (func $5 (; 5 ;) (result funcref) + (func $5 (result funcref) (local $0 funcref) (local.get $0) ) - (func $6 (; 6 ;) + (func $6 (drop (ref.null) ) ) - (func $7 (; 7 ;) (result exnref) + (func $7 (result exnref) (local $0 exnref) (local.get $0) ) |