Skip to content

Commit

Permalink
Automated rollback of commit adfda33.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 718529100
  • Loading branch information
gkdn authored and copybara-github committed Jan 22, 2025
1 parent d8c67df commit d4c520a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,7 @@ public void emitExceptionTag() {
// with the type $java.lang.Throwable.
// TODO(b/277970998): Decide how to handle this hard coded import w.r.t. import generation.
builder.newLine();
builder.append("(type $_js_tag_type (func (param externref)))");
builder.newLine();
builder.append(
"(import \"WebAssembly\" \"JSTag\" (tag $exception.event (type $_js_tag_type) (param"
+ " externref)))");
builder.append("(import \"WebAssembly\" \"JSTag\" (tag $exception.event (param externref)))");
}

private void renderMonolithicTypeStructs(Type type) {
Expand Down

0 comments on commit d4c520a

Please sign in to comment.