pub fn compile_to_bytecode(
    input: Arc<str>,
    initial_namespace: Module,
    build_config: BuildConfig,
    source_map: &mut SourceMap
) -> CompileResult<BytecodeOrLib>
Expand description

Given input Sway source code, compile to a BytecodeOrLib, containing the asm in bytecode form.