Files
scratch-wasm/examples/wat/runtime/t.wat
T
2026-08-24 08:25:07 -06:00

5 lines
146 B
WebAssembly Text Format

(component
(core module $main
(func (export "square") (param $n i32) (result i32)
(i32.mul (local.get $n) (local.get $n)))))