Files
scratch-wasm/examples/providecomponent/provider.wat
T
2026-06-22 00:11:54 -06:00

6 lines
114 B
WebAssembly Text Format

(module
(func $get (result i32)
i32.const 123)
(export "demo:importing/provider@0.1.0#get" (func $get)))