mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-30 08:02:23 +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
|