You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.
Hey Max... good point. At the same time, we're still at experimental stage with assemblyscript, since we haven't got our HDK ready yet, without JSON.parse.
That said, we will definitely integrate your suggestion!
Hello everyone.
May I ask something? Why your scaffold tool don't use any optimization for AssemplyScript here:
https://github.com/holochain/holochain-cmd/blob/master/src/cli/scaffold/assemblyscript.rs#L24
You could add optimization for speed (just add
-O3
flag toasc
) or for size (just add-O3z
).The text was updated successfully, but these errors were encountered: