Files: 099ac07e30fe8b32def266ff2c809350f4a7ce0b / 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