enable circleci (#3)

This commit is contained in:
vms
2020-06-16 14:20:33 +03:00
committed by GitHub
parent 896f54f9fb
commit a85ac4ff14
7 changed files with 99 additions and 71 deletions

View File

@@ -25,7 +25,10 @@ use std::path::PathBuf;
const RPC_TMP_FILEPATH: &str = "/tmp/ipfs_rpc_file";
pub fn main() {
println!("ipfs_rpc.main: WASI initialization finished");
let msg = "ipfs_rpc.main: WASI initialization finished, env {}";
unsafe {
log_utf8_string(msg.as_ptr() as _, msg.len() as _);
}
}
#[no_mangle]