From cdab4ef130626958790cb2601209f14d192fa10a Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Sun, 14 Jul 2019 15:25:16 -0700 Subject: Rename except_ref type to exnref (#2224) In WebAssembly/exception-handling#79 we agreed to rename `except_ref` type to `exnref`. --- test/exception-handling.wast.fromBinary | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/exception-handling.wast.fromBinary') diff --git a/test/exception-handling.wast.fromBinary b/test/exception-handling.wast.fromBinary index 9ee5ee175..1cb238708 100644 --- a/test/exception-handling.wast.fromBinary +++ b/test/exception-handling.wast.fromBinary @@ -1,7 +1,7 @@ (module - (type $0 (func (param except_ref) (result except_ref))) + (type $0 (func (param exnref) (result exnref))) (memory $0 1 1) - (func $except_ref_test (; 0 ;) (type $0) (param $0 except_ref) (result except_ref) + (func $exnref_test (; 0 ;) (type $0) (param $0 exnref) (result exnref) (local.get $0) ) ) -- cgit v1.2.3