Files: 35dfa5477c5c02ad53d5eef194860e48f9677897 / 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