Function Module.deserialize

Deserializes a module given the bytes of a previously serialized module.

static Module deserialize (
  Store store,
  ubyte[] data
);

Returns

null on error. Use the Handle.lastError property to get more details of the error, if any.