ckb-x64-simulator 0.5.0

A simulator that allows running CKB smart contracts on x64 environment for tooling benefits
Documentation
fn main() {
    cc::Build::new().file("src/dlopen.c").compile("dlopen");
}