mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-23 16:59:27 +00:00
Remove goblin, use object.
This commit is contained in:
@ -302,7 +302,7 @@ impl FuncTranslator {
|
||||
mem_buf_slice,
|
||||
FUNCTION_SECTION,
|
||||
RelocationTarget::LocalFunc(*local_func_index),
|
||||
|name: &String| {
|
||||
|name: &str| {
|
||||
Ok(
|
||||
if let Some(Symbol::LocalFunction(local_func_index)) =
|
||||
symbol_registry.name_to_symbol(name)
|
||||
|
Reference in New Issue
Block a user