Function language_e2e_tests::compile::compile_module
source · pub fn compile_module(file_name: &str, code: &str) -> (CompiledModule, Module)
Expand description
Compile the provided Move code into a blob which can be used as the code to be published (a Module).