pub fn compile_to_bytecode(
    input: Arc<str>,
    initial_namespace: NamespaceRef,
    build_config: BuildConfig,
    dependency_graph: &mut HashMap<String, HashSet<String>>
) -> BytecodeCompilationResult
Expand description

Given input Sway source code, compile to a BytecodeCompilationResult which contains the asm in bytecode form.