# Functions
AfterVMSetupFunc allows to set a function that will be called after the VM is setup.
BeforeVMSetupFunc allows to set a function that will be called before the VM is setup.
RegisterNativeAPI registers a new native API which could be bound to and used at run-time.
# Structs
No description provided by the author
NativeModule represents a native module that can be registered and used in the runtime.
# Interfaces
No description provided by the author