Function sway_core::ast_to_asm
source · [−]pub fn ast_to_asm(
ast_res: CompileAstResult,
build_config: &BuildConfig
) -> CompilationResult
Expand description
Given an AST compilation result, compile to a CompilationResult which contains the asm in opcode form (not raw bytes/bytecode).