Assemblyscript: Publish assemblyscript and @assemblyscript/loader to npm

Created on 3 Aug 2018  路  13Comments  路  Source: AssemblyScript/assemblyscript

Most helpful comment

If the npm versions are outdated, then why are you not publishing the latest versions to npm?

All 13 comments

Both the assemblyscript and the assemblyscript-loader package on npm are outdated and belong to the old prototype. Master isn't on npm yet, neither the compiler nor the new loader.

Ok. Also it seems that array utils (ptr = createArray for example) have not been implemented from the prototype.

Should we leave this open?

Sure, changed the title to keep track of it. Once it's known that GC isn't completely broken, I think we can go ahead and publish a first version of the new compiler and utilities.

And follow semver convention?

Afaik, all 0.X versions are treated like an "unstable" major version. So going with 0.5.0 should be fine, unless I'm mistaken.

Yes, that's my understanding of semver too. Thanks for the work!

Shouldn't the GC be behind a flag btw?

Currently GC (ugc) require manual importing anyway. As I understand when allocator and gc will be provide explicitly by default this flag will be appear

If the npm versions are outdated, then why are you not publishing the latest versions to npm?

Sure, changed the title to keep track of it. Once it's known that GC isn't completely broken, I think we can go ahead and publish a first version of the new compiler and utilities.

It's one year later, is the GC still completely broken?

@cdetrio GC was completely rewritten and use ARC for acyclic references and GC for cyclic references and should work more or less stable for now

Closed in favour #750

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kungfooman picture kungfooman  路  5Comments

vladimir-tikhonov picture vladimir-tikhonov  路  4Comments

evgenykuzyakov picture evgenykuzyakov  路  3Comments

pannous picture pannous  路  4Comments

dcodeIO picture dcodeIO  路  4Comments