pub fn publish(id: &str) -> FFIResult<String>Expand description
Publishes the module with the given ID and returns a possibly different ID of the published version.
If the module is already published nothing will happen and the function will return the same ID as the one provided as an argument.