Function sway_core::compile_to_asm[][src]

pub fn compile_to_asm<'sc>(
    input: &'sc str,
    initial_namespace: &Namespace<'sc>,
    build_config: BuildConfig,
    dependency_graph: &mut HashMap<String, HashSet<String>>
) -> CompilationResult<'sc>
Expand description

Given input Sway source code, compile to a CompilationResult which contains the asm in opcode form (not raw bytes/bytecode).