Skip to content
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

linkerror:webassembly.instantiate():import #20 module="go" function="syscall/js.copybytestogo"error:function import requires a callable" #288

Closed
BenDerPan opened this issue Sep 10, 2019 · 4 comments

Comments

@BenDerPan
Copy link

Go Version: 1.13

OS: Mac

I tested with below steps:

  1. goapp init -v
  2. goapp build -v
  3. goapp run -v -b default

then the web page dispaly the error:

linkerror:webassembly.instantiate():import #20 module="go" function="syscall/js.copybytestogo"error:function import requires a callable"
@maxence-charriere
Copy link
Owner

Hello thanks for reporting this.
I ll take a look on this by the end of the day.

In the meantime, can you try to launch the following commands and retry:

goapp update -v

@maxence-charriere
Copy link
Owner

just pushed a fix => #289

run

goapp update -v

Let me know how it goes.

@BenDerPan
Copy link
Author

yes, It's work now, thanks :)

@maxence-charriere
Copy link
Owner

Awesome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants