mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-06 11:02:18 +00:00
11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
|
(module
|
||
|
(memory 0 1)
|
||
|
(data (i32.const 0) "foo")
|
||
|
)
|
||
|
|
||
|
;; STDOUT (update this section with `BLESS_TESTS=1` while running tests)
|
||
|
;; (module
|
||
|
;; (memory (;0;) 0 1)
|
||
|
;; (data (;0;) (i32.const 0) "foo"))
|
||
|
;; STDOUT
|