mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-08 03:52:20 +00:00
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
|
(module
|
||
|
(global i32 (i32.const 0))
|
||
|
|
||
|
(export "foo" (global 0))
|
||
|
)
|
||
|
|
||
|
;; STDOUT (update this section with `BLESS_TESTS=1` while running tests)
|
||
|
;; (module
|
||
|
;; (global (;0;) i32 (i32.const 0))
|
||
|
;; (export "foo" (global 0)))
|
||
|
;; STDOUT
|