pub fn compile_to_bytecode(
    engines: Engines<'_>,
    input: Arc<str>,
    initial_namespace: Module,
    build_config: BuildConfig,
    source_map: &mut SourceMap,
    package_name: &str
) -> CompileResult<CompiledBytecode>
Expand description

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