ckb-std 0.7.4

This library contains serveral modules help you write CKB contract with Rust
Documentation
1
2
3
4
5
6
.text
.globl syscall

syscall:
    ecall
    ret