File: reflect.wat

package info (click to toggle)
nodejs 22.18.0%2Bdfsg%2B~cs22.17.2-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 252,984 kB
  • sloc: cpp: 1,594,216; javascript: 592,155; ansic: 125,008; python: 60,768; sh: 4,124; makefile: 2,876; asm: 1,732; pascal: 1,565; perl: 248; lisp: 222; xml: 42
file content (6 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (26)
1
2
3
4
5
6
(module
  (func (export "func") (param i32 f64 f32) (result i32) (unreachable))
  (global (export "global") f64 (f64.const 0))
  (table (export "table") 0 50 anyfunc)
  (memory (export "memory") 1)
)