summaryrefslogtreecommitdiff
path: root/test/dot_s/dso_handle.wast
blob: e75d11410eb49210cd34131d6d4264723c15a6a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(module
  (table 0 anyfunc)
  (memory $0 1)
  (export "memory" (memory $0))
  (export "main" (func $main))
  (func $main (result i32)
    (return
      (i32.const 8)
    )
  )
)
;; METADATA: { "asmConsts": {},"staticBump": 12, "initializers": [] }