// ./test/core/memory64/table64.wast:15
assert_invalid(
() => instantiate(`(module (table i64 10 funcref))`),
`size minimum must not be greater than maximum`,
);
// ./test/core/memory64/table64.wast:19
assert_invalid(
() => instantiate(`(module (table i64 0xffff_ffff 0 funcref))`),
`size minimum must not be greater than maximum`,
);
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.