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