wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 37b09d0f24
Expose wasm_runtime_call_indirect (#1969)
The function has been there for long. While what it does look a bit unsafe
as it calls a function which may be not wasm-wise exported explicitly, it's
useful and widely used when implementing callback-taking APIs, including
our pthread_create's implementation.
2023-02-20 18:56:55 +08:00
..
aot Don't call start/initialize in child thread's instantiation (#1967) 2023-02-17 15:11:05 +08:00
common Expose wasm_runtime_call_indirect (#1969) 2023-02-20 18:56:55 +08:00
compilation Make memory profiling show native stack usage (#1917) 2023-02-01 11:52:15 +08:00
fast-jit Enable running mode control for runtime and module instance (#1923) 2023-02-02 18:16:01 +08:00
include Expose wasm_runtime_call_indirect (#1969) 2023-02-20 18:56:55 +08:00
interpreter Merge pull request #1966 from bytecodealliance/dev/wasi_threads 2023-02-17 17:42:47 +08:00
libraries Expose wasm_runtime_call_indirect (#1969) 2023-02-20 18:56:55 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00