webpack/test/cases/wasm/two-files-loader/src/wasm.dat

9 lines
142 B
Plaintext

(module
(memory (export "memory") 1)
(data (i32.const 16) "Hello World\00")
(func (export "getString") (result i32)
(i32.const 16)
)
)