x64: Port func_addr and symbol_value to ISLE (#4485)
https://github.com/bytecodealliance/wasmtime/pull/4485
This commit is contained in:
@@ -530,6 +530,11 @@ macro_rules! isle_prelude_methods {
|
||||
)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn box_external_name(&mut self, extname: ExternalName) -> BoxExternalName {
|
||||
Box::new(extname)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn symbol_value_data(
|
||||
&mut self,
|
||||
|
||||
Reference in New Issue
Block a user