# Functions
CallModuleFunction executes the wasm function of a module
*/.
DefineHostFuncPrintStr defines the hostPrintString function which takes in a string position and string length as parameters, and returns an integer.
GetModule returns the wasm module
*/.
Initialize initializes the Wasm Plugin
*/.
StorePlugin stores the Wazero runtime and the wasm module into maps
*/.
# Variables
Protection is a mutex to protect the module.