Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions test/lit/passes/gto-jsinterop.wast
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(module
(rec
;; We can optimize out the externref field on the field because it is never
;; We can optimize out the externref field on the struct because it is never
;; used.
;; CHECK: (rec
;; CHECK-NEXT: (type $struct (descriptor $desc) (struct))
Expand Down Expand Up @@ -290,8 +290,6 @@
;; CHECK-NEXT: )
(func $externalize
(local $struct (ref null $struct))
;; Externalizing a reference may in general make it available to JS and
;; and force us to keep fields holding exposed prototypes.
(drop
(extern.convert_any
(local.get $struct)
Expand Down
Loading