mirror of
https://github.com/pezkuwichain/wasm-instrument.git
synced 2026-04-23 00:17:55 +00:00
57da96fb50
* Charge a base cost for calling a function * Added regression test for empty functions * Satisfy clippy
8 lines
83 B
WebAssembly Text Format
8 lines
83 B
WebAssembly Text Format
(module
|
|
(func (;0;)
|
|
call 0
|
|
)
|
|
(func (;1;) (export "main")
|
|
call 0
|
|
)
|
|
) |