WebAssembly / tool-conventions

Conventions supporting interoperatibility between tools working with WebAssembly.
Artistic License 2.0
302 stars 67 forks source link

Store segment alignment as a power of 2, and bump metadata version to 2 #92

Closed sbc100 closed 5 years ago

sbc100 commented 5 years ago

This is an ABI break so bump the metadata version to 2

dschuff commented 5 years ago

I think we've promised so far that the ABI is not stable, so we can probably just continue to call this ABI version 1?

sbc100 commented 5 years ago

I'd link to bump it anyway, just for completeness. And to see what it looks like to actual do the bump.

dschuff commented 5 years ago

I think whenever we do do a bump we should also make it clear in the repo versioning (e.g. put it in the commit summary, maybe a git tag too) so it's easy to find the spec for previous revisions in the history.

dschuff commented 5 years ago

let's go ahead and get this in now to ensure it makes the branch.