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

Drop support for AssemblyScript and Go contracts #348

Closed
ppedziwiatr opened this issue Feb 6, 2023 · 1 comment
Closed

Drop support for AssemblyScript and Go contracts #348

ppedziwiatr opened this issue Feb 6, 2023 · 1 comment
Assignees

Comments

@ppedziwiatr
Copy link
Contributor

ppedziwiatr commented Feb 6, 2023

We're dropping support for the Go and Assemblyscript in the SDK (zero interest in the community + some technical issues with both technologies).

Issues w AssemblyScript:

Issues with Go:

  • very big bundle size with default compiler (3MB for hello world)
  • with tinygo compiler - the hello world has ~300kB, but is lacking support for JSON ser/de (some weird, 3rd libs needs to be used)
  • very weird and non standard way of 'glueing' wasm code with the host (e.g. no standard module.export functions)
@ppedziwiatr ppedziwiatr self-assigned this Feb 6, 2023
@ppedziwiatr ppedziwiatr pinned this issue Feb 6, 2023
@ppedziwiatr ppedziwiatr changed the title Remove AS/Go related code Drop support fr AssemblyScript and Go contracts Feb 6, 2023
@ppedziwiatr ppedziwiatr changed the title Drop support fr AssemblyScript and Go contracts Drop support for AssemblyScript and Go contracts Feb 6, 2023
@ppedziwiatr
Copy link
Contributor Author

Removed in 1.2.52

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

1 participant