Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/wasm/components/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 649 B image not shown  

Quelle  custom.js

  Sprache: JAVA
 

// |jit-test| skip-if: !wasmComponentsEnabled()

// Custom sections should be silently skipped.
wasmValidateBinary(new Uint8Array([
  00x61, 0x73, 0x6D,
  0x0d, 010,

  0x00, 0x05, // custom section, length 5
    0x03, // name length 3
    0x66, 0x6F, 0x6F, // name: "foo"
    0x42, // one byte of custom data
]));

// Multiple custom sections should all be skipped.
wasmValidateBinary(new Uint8Array([
  00x61, 0x73, 0x6D,
  0x0d, 010,

  0x00, 0x05, // custom section, length 5
    0x03,
    0x66, 0x6F, 0x6F, // "foo"
    0x42,
  0x00, 0x05, // another custom section, length 5
    0x03,
    0x62, 0x61, 0x72, // "bar"
    0x99,
]));

Messung V0.5 in Prozent
C=92 H=97 G=94

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

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.