git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: fa9686f529e8fff549f26ffbc52aa6739ab7fead

Files: fa9686f529e8fff549f26ffbc52aa6739ab7fead / tests / callValue.wast

398 bytesRaw
1;; call value of 100
2(module
3 (memory 1)
4 (import $callValue "ethereum" "callValue" (param i32))
5
6 (export "a" memory)
7 (export "test" 0)
8 (func
9 (block
10 (call_import $callValue (i32.const 0))
11 (if (i64.eq (i64.load (i32.const 0)) (i64.const 100))
12 (if (i64.eq (i64.load (i32.const 8)) (i64.const 0))
13 (return)
14 )
15 )
16 (unreachable)
17 )
18 )
19)
20

Built with git-ssb-web