pub fn text_to_module(text: &str) -> Result<BytecodeModule, String>Expand description
Parse textual bytecode assembly (.bca) back to module.
pub fn text_to_module(text: &str) -> Result<BytecodeModule, String>Parse textual bytecode assembly (.bca) back to module.