mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-30 23:02:06 +00:00
Merge remote-tracking branch 'origin/master' into feature/osr
This commit is contained in:
.circleci
CHANGELOG.mdCargo.lockCargo.tomlMakefilelib
clif-backend
dev-utils
emscripten
Cargo.toml
src
llvm-backend
middleware-common
runtime-abi
runtime-c-api
runtime-core
runtime
singlepass-backend
spectests
wasi
win-exception-handler
@@ -89,7 +89,7 @@ pub trait RunnableModule: Send + Sync {
|
||||
None
|
||||
}
|
||||
|
||||
/// A wasm trampoline contains the necesarry data to dynamically call an exported wasm function.
|
||||
/// A wasm trampoline contains the necessary data to dynamically call an exported wasm function.
|
||||
/// Given a particular signature index, we are returned a trampoline that is matched with that
|
||||
/// signature and an invoke function that can call the trampoline.
|
||||
fn get_trampoline(&self, info: &ModuleInfo, sig_index: SigIndex) -> Option<Wasm>;
|
||||
|
Reference in New Issue
Block a user