pub fn compile_to_bytecode(
    handler: &Handler,
    engines: &Engines,
    input: Arc<str>,
    initial_namespace: Module,
    build_config: BuildConfig,
    source_map: &mut SourceMap,
    package_name: &str
) -> Result<CompiledBytecode, ErrorEmitted>
Expand description

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