compile_with_world_state_options

Function compile_with_world_state_options 

Source
pub fn compile_with_world_state_options(
    input: &str,
    world_state: &mut WorldState,
    options: CompileOptions,
) -> Result<String, ParseError>
Expand description

Compile with shared WorldState and options.