You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/de/inetsoftware/jwebassembly/binary/SectionType.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,5 +32,5 @@ enum SectionType {
32
32
Code, // 10 Function bodies (code)
33
33
Data, // 11 Data segments
34
34
DataCount,//12 Count of data segments https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md
name = options.useEH() ? "throw 0" : "unreachable"; // currently there is only one event/exception with externref
854
+
name = options.useEH() ? "throw 0" : "unreachable"; // currently there is only one tag/exception with externref
855
855
break;
856
856
caseRETHROW:
857
857
name = "rethrow";
858
858
break;
859
859
caseBR_ON_EXN:
860
-
name = options.useEH() ? "br_on_exn " + data + " 0" : "unreachable"; // br_on_exn, break depth, event; // currently there is only one event/exception with externref
860
+
name = options.useEH() ? "br_on_exn " + data + " 0" : "unreachable"; // br_on_exn, break depth, tag; // currently there is only one tag/exception with externref
0 commit comments