mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-05-06 19:12:16 +00:00
9 lines
175 B
Plaintext
9 lines
175 B
Plaintext
|
(module
|
||
|
(import "" "a" (memory 0))
|
||
|
)
|
||
|
|
||
|
;; STDOUT (update this section with `BLESS_TESTS=1` while running tests)
|
||
|
;; (module
|
||
|
;; (import "" "a" (memory (;0;) 0)))
|
||
|
;; STDOUT
|