// ./test/core/simd/simd_align.wast:110
assert_malformed(
() => instantiate(`(memory 1) (func (drop (v128.load align=0 (i32.const0)))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:116
assert_malformed(
() => instantiate(`(memory 1) (func (drop (v128.load align=7 (i32.const0)))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:128
assert_malformed(
() => instantiate(`(memory 0) (func (v128.store align=0 (i32.const0) (v128.const i32x4 0000))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:134
assert_malformed(
() => instantiate(`(memory 0) (func (v128.store align=7 (i32.const0) (v128.const i32x4 0000))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:146
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load8x8_s align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:152
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load8x8_s align=7 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:164
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load8x8_u align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:170
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load8x8_u align=7 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:182
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load16x4_s align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:188
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load16x4_s align=7 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:200
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load16x4_u align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:206
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load16x4_u align=7 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:218
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load32x2_s align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:224
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load32x2_s align=7 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:236
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load32x2_u align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:242
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load32x2_u align=7 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:254
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load8_splat align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:266
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load16_splat align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:278
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load32_splat align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:284
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load32_splat align=3 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:296
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load64_splat align=0 (i32.const0))) `),
`alignment must be a power of two`,
);
// ./test/core/simd/simd_align.wast:302
assert_malformed(
() => instantiate(`(memory 1) (func (result v128) (v128.load64_splat align=7 (i32.const0))) `),
`alignment must be a power of two`,
);
¤ Diese beiden folgenden Angebotsgruppen bietet das Unternehmen0.17Angebot
(Wie Sie bei der Firma Beratungs- und Dienstleistungen beauftragen können 2026-08-26)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.