10 #include <WAVM/IR/Module.h> 11 #include <WAVM/IR/Types.h> 12 #include <WAVM/IR/Value.h> 13 #include <WAVM/Runtime/Intrinsics.h> 14 #include <WAVM/Runtime/Runtime.h> 24 class IntrinsicModule;
29 std::shared_ptr<ModuleInstance> borrowed_runtime_instance);
void popBorrowedRuntimeInstance()
std::shared_ptr< ModuleInstance > peekBorrowedRuntimeInstance()
std::shared_ptr< soralog::Logger > Logger
std::shared_ptr< host_api::HostApi > peekHostApi()
void registerHostApiMethods(IntrinsicModule &module)
void pushBorrowedRuntimeInstance(std::shared_ptr< ModuleInstance > borrowed_runtime_instance)