git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 60b86f48100a3b8a9db14f54689cabe117acdff3

Files: 60b86f48100a3b8a9db14f54689cabe117acdff3 / tests / interface / callDataSize.wast

263 bytesRaw
1(module
2 (import"ethereum" "getCallDataSize" (func $callDataSize (result i32)))
3 (memory 1)
4 (export "main" (func $main))
5 (func $main
6 (block
7 (if (i32.eq (call $callDataSize) (i32.const 277))
8 (return)
9 )
10 (unreachable)
11 )
12 )
13)
14

Built with git-ssb-web