-
Notifications
You must be signed in to change notification settings - Fork 934
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
Judge type error when compiling go source code to wasm #691
Comments
So the issues here is that the definition of
We may need to try to make some hacky workaround to get this to work. . . |
See the documentation (emphasis mine):
So technically the code that fails to compile is inherently unportable. However, the the only architecture where |
I'm not sure if this is a bug exactly. What would be the correct category for this issue? |
What is the status of this issue/question? |
I am going to close this due to age and that it is somewhat ambiguous. Please reopen if needed. Thank you. |
I have the same issue:
|
My cmds are as follows。
my go codes as follows:
reflect.StringHeader definition as follows:
Len type is int。
The text was updated successfully, but these errors were encountered: