pub fn prepare(blob: RuntimeBlob) -> Result<Vec<u8>, WasmError>
Expand description

Runs preparation on the given runtime blob. If successful, it returns a serialized compiled artifact which can then be used to pass into Executor::execute after writing it to the disk.