some misc imporvements

This commit is contained in:
vms
2020-06-23 20:00:31 +03:00
parent 983e824d7d
commit dd1d1a0951
4 changed files with 11 additions and 4 deletions

View File

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