From 28e88b9f993a2e45662fde0b10920aa22e7b1b7f Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Fri, 18 Jun 2021 14:20:03 -0700 Subject: [EH] Replace event with tag (#3937) We recently decided to change 'event' to 'tag', and to 'event section' to 'tag section', out of the rationale that the section contains a generalized tag that references a type, which may be used for something other than exceptions, and the name 'event' can be confusing in the web context. See - https://github.com/WebAssembly/exception-handling/issues/159#issuecomment-857910130 - https://github.com/WebAssembly/exception-handling/pull/161 --- src/shared-constants.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared-constants.h') diff --git a/src/shared-constants.h b/src/shared-constants.h index 59c7af3ba..a0de4b9bb 100644 --- a/src/shared-constants.h +++ b/src/shared-constants.h @@ -65,7 +65,7 @@ extern Name SPECTEST; extern Name PRINT; extern Name EXIT; extern Name SHARED; -extern Name EVENT; +extern Name TAG; extern Name ATTR; } // namespace wasm -- cgit v1.2.3