pub fn compile_module2<'s>(
scope: &PinScope<'s, '_>,
source: &mut Source,
options: CompileOptions,
no_cache_reason: NoCacheReason,
) -> Option<Local<'s, Module>>Expand description
Same as compile_module with more options.
pub fn compile_module2<'s>(
scope: &PinScope<'s, '_>,
source: &mut Source,
options: CompileOptions,
no_cache_reason: NoCacheReason,
) -> Option<Local<'s, Module>>Same as compile_module with more options.