[][src]Function ipcs_executor::exec

pub fn exec(wasm: &[u8], args: &[&[u8]]) -> Result<Vec<u8>, Error>

Execute wasm module (which is expected to conform to ipcs platform along with a list of arguments (arguments provided here are raw buffers). At this layer we don't care about IPFS TODO: Introduce file-like abstraction to support streaming processing of data.