[Wasm] Support packed integer array elements
This commit is contained in:
+1
-1
@@ -176,7 +176,7 @@ class DeclarationGenerator(val context: WasmModuleCodegenContext) : IrElementVis
|
||||
nameStr,
|
||||
WasmStructFieldDeclaration(
|
||||
name = "field",
|
||||
type = context.transformType(wasmArrayAnnotation.type),
|
||||
type = context.transformFieldType(wasmArrayAnnotation.type),
|
||||
isMutable = true
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user