Function sway_core::asm_to_bytecode
source · [−]pub fn asm_to_bytecode(
_: CompileResult<AsmOrLib>,
source_map: &mut SourceMap
) -> CompileResult<BytecodeOrLib>
Expand description
Given the assembly (opcodes), compile to a BytecodeOrLib, containing the asm in bytecode form.