List<String> stringArray(int count) { final ptr = WasmStringPointer(Uint32()); return .generate(count, (i) => ptr[i]); }