11cb0ef41Sopenharmony_ci;; Compiled using the WebAssembly Tootkit (https://github.com/WebAssembly/wabt) 21cb0ef41Sopenharmony_ci;; $ wat2wasm --enable-threads shared-memory.wat -o shared-memory.wasm 31cb0ef41Sopenharmony_ci 41cb0ef41Sopenharmony_ci(module 51cb0ef41Sopenharmony_ci ;; Create shared memory with initial 1 page (64KiB) and max 1 page 61cb0ef41Sopenharmony_ci (memory $mem 1 1 shared) 71cb0ef41Sopenharmony_ci (export "memory" (memory $mem)) 81cb0ef41Sopenharmony_ci)