Skip to content

go 1.12 - wasm #216

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

Closed
Zambiorix opened this issue Mar 5, 2019 · 3 comments
Closed

go 1.12 - wasm #216

Zambiorix opened this issue Mar 5, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@Zambiorix
Copy link

Zambiorix commented Mar 5, 2019

I just updated to 1.12 and when compiling my project with tinygo, I get the following error:

/usr/local/go/src/internal/fmtsort/sort.go:58:19: invalid operation: mapValue (variable of type reflect.Value) has no field or method MapRange

It compiled just fine with 1.11.5 earlier

@aykevl
Copy link
Member

aykevl commented Mar 5, 2019

Go 1.12 is not yet supported. I have an in-progress (unfinished) PR that will add support in #211. Some non-trivial changes are needed to add support.

@deadprogram deadprogram added the enhancement New feature or request label Mar 9, 2019
@deadprogram
Copy link
Member

This support has just landed in the dev branch, please give it a try @Zambiorix

@deadprogram
Copy link
Member

Release v0.5.0 now supports this, so closing this issue. Thanks!

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

No branches or pull requests

3 participants