-
-
Notifications
You must be signed in to change notification settings - Fork 687
Loader __getArray, "unsupported align: -1" #1807
Copy link
Copy link
Closed
Labels
Description
I'm following along the Loader documentation examples about reading arrays from AssemblyScript. While trying to implement the example exactly as in the documentation, calling __getArray produces the error "unsupported align: -1".
An minimal project reproducing the problem is here:
https://github.com/data-ux/unsupported-align
I have tried importing the loader both from node_modules and from jsdelivr with the same effects. I'm on Assemblyscript version 0.18.25
Reactions are currently unavailable