-
Notifications
You must be signed in to change notification settings - Fork 24
Error using IIFE AsBind #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello! Thank you for the issue! 😄 Hmmm I think this issue is coming from the AssemblyScript loader, that AsBind uses as a dependency... cc @dcodeIO or @MaxGraey , do either of you know why this might be? In the meantime, does compiling your AssemblyScript module without |
I assume you should update how loader imported according to this: AssemblyScript/assemblyscript#1513 |
Thanks @torch2424 😄 |
Fixed and published in 0.5.0 😄 |
Hi there,
I've run into the following error whenever I try to use the
AsBindIIFE.AsBind.instantiate
function:Any idea what the issue is? I've tried setting the runtime like so in my
package.json
:But that seems to have had no effect.
The text was updated successfully, but these errors were encountered: