mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Merge branch 'master' into llvm-callbacks
This commit is contained in:
@@ -880,7 +880,7 @@ impl<'ctx, 'a> CtxType<'ctx, 'a> {
|
||||
intrinsics: &Intrinsics<'ctx>,
|
||||
module: &Module<'ctx>,
|
||||
context: &'ctx Context,
|
||||
func_name: &String,
|
||||
func_name: &str,
|
||||
func_type: &FuncType,
|
||||
) -> FunctionCache<'ctx> {
|
||||
let (cached_functions, wasm_module, ctx_ptr_value, cache_builder, offsets) = (
|
||||
|
||||
Reference in New Issue
Block a user