Files: 276e1f2ef76f665728f308c95464327233c1ba98 / tests / interface / callDataSize.wast
264 bytesRaw
1 | (module |
2 | (import"ethereum" "getCallDataSize" (func $callDataSize (result i64))) |
3 | (memory 1) |
4 | (export "main" (func $main)) |
5 | (func $main |
6 | (block |
7 | (if (i64.eq (call $callDataSize) (i64.const 277)) |
8 | (return) |
9 | ) |
10 | (unreachable) |
11 | ) |
12 | ) |
13 | ) |
14 |
Built with git-ssb-web