Adds MustInstantiate to host imports (#814)
Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
@@ -137,6 +137,7 @@ type HostModuleBuilder interface {
|
||||
Compile(context.Context) (CompiledModule, error)
|
||||
|
||||
// Instantiate is a convenience that calls Compile, then Namespace.InstantiateModule.
|
||||
// This can fail for reasons documented on Namespace.InstantiateModule.
|
||||
//
|
||||
// Ex.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user