Function sway_core::compile_to_bytecode [−][src]
pub fn compile_to_bytecode<'sc>(
input: &'sc str,
initial_namespace: &Namespace<'sc>,
build_config: BuildConfig,
dependency_graph: &mut HashMap<String, HashSet<String>>
) -> BytecodeCompilationResult<'sc>
Expand description
Given input Sway source code, compile to a BytecodeCompilationResult which contains the asm in bytecode form.