Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/wasm/multi-value/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 955 B image not shown  

Quelle  call-validate.js   Sprache: JAVA

 
wasmValidateText(`
  (module
    (func (result i32 i32)
      (i32.const 32)
      (i32.const 10)))`);

wasmValidateText(`
  (module
    (type $t (func (result i32 i32)))
    (func (type $t)
      (i32.const 32)
      (i32.const 10)))`);

wasmValidateText(`
  (module
    (func (result i32 i32)
      (block (result i32 i32)
        (i32.const 32)
        (i32.const 10))))`);

wasmValidateText(`
  (module
    (func $return-2 (result i32 i32)
      (i32.const 32)
      (i32.const 10))
    (func $tail-call (result i32 i32)
      (call 0)))`);

wasmValidateText(`
  (module
    (func $return-2 (result i32 i32)
      (i32.const 32)
      (i32.const 10))
    (func $add (result i32)
      (call 0)
      i32.add))`);

wasmValidateText(`
  (module
    (func $return-2 (param i32 i32) (result i32 i32)
      (local.get 0)
      (local.get 1))
    (func (export "run") (result i32)
      (i32.const 32)
      (i32.const 10)
      (call 0)
      i32.add))`);

Messung V0.5
C=93 H=94 G=93

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.