6 lines
114 B
WebAssembly Text Format
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)))
|