mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-22 12:42:14 +00:00
We statically know which passive segments are actually used, so let's be sure to gc them!
12 lines
183 B
Plaintext
12 lines
183 B
Plaintext
(module
|
|
(import "" "" (table 0 1 anyfunc))
|
|
|
|
(func $foo)
|
|
|
|
(elem passive $foo)
|
|
)
|
|
|
|
;; STDOUT (update this section with `BLESS_TESTS=1` while running tests)
|
|
;; (module)
|
|
;; STDOUT
|