wasmerio / wai

A language binding generator for `wai` (a precursor to WebAssembly interface types)
Apache License 2.0
116 stars 13 forks source link

Add annotations so we can publish wit-bindgen to WAPM #8

Closed Michael-F-Bryan closed 2 years ago

Michael-F-Bryan commented 2 years ago

This lets us use cargo-wapm to publish the wit-bindgen CLI to WAPM.

@ayys, if you want to publish your own version you'll need to change the namespace in Cargo.toml from Michael-F-Bryan to your own user and run cargo wapm to build+publish to the current registry.

syrusakbary commented 2 years ago

@Michael-F-Bryan I've invited both of you to the wasmer namespace in wapm.io, so we can start using it to publish these packages in a shared namespace (instead of our personal users):

Prod: https://wapm.io/wasmer Dev: https://wapm.dev/wasmer

Michael-F-Bryan commented 2 years ago

Implemented in b84214e7b92ca6d989dbf6db5c57858ca975cb41.