WebAssembly / WASI

WebAssembly System Interface
Other
4.81k stars 249 forks source link

reintroduce witx::phases (partial revert #398) #436

Closed cratelyn closed 3 years ago

cratelyn commented 3 years ago

Per this discussion from #434:

It looks like the crate was last published at 7ec4b1a (diff from main), and if we'd like to make an 0.9.1 release (ideally just a bugfix release), I think there's another breaking change we merged in the meantime, notably the deletion of tools/witx/src/phases.rs, which I think happened as #398. I think we may need to revert that as well before publishing 0.9.1?

-- @alexcrichton

This reintroduces 'witx::phases', so that we do not include any breaking changes in what ought to be a pure bug release.