-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi there,
I've run into the following error whenever I try to use the AsBindIIFE.AsBind.instantiate
function:
as-bind.iife.js:11 Uncaught (in promise) Error: Required Exported AssemblyScript Runtime functions are not present. Runtime must be set to "full" or "stub"
Any idea what the issue is? I've tried setting the runtime like so in my package.json
:
"asbuild:untouched": "asc ./node_modules/as-bind/lib/assembly/as-bind.ts assembly/index.ts --target debug --runtime full",
But that seems to have had no effect.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working