We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c6d86 commit a1cebd0Copy full SHA for a1cebd0
Runtime/src/index.ts
@@ -247,8 +247,7 @@ export class SwiftRuntime {
247
}
248
249
// Note:
250
- // `decodeValues` assumes that the size of RawJSValue is 24
251
- // and the alignment of it is 8
+ // `decodeValues` assumes that the size of RawJSValue is 12
252
const decodeValues = (ptr: pointer, length: number) => {
253
let result = []
254
for (let index = 0; index < length; index++) {
0 commit comments