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