astrale-sharp / wasm-minimal-protocol

The Unlicense
44 stars 6 forks source link

Provide wasi-stub binary #27

Open Caellian opened 1 month ago

Caellian commented 1 month ago

Providing a prebuilt binary for wasi-stub would speed up automated packaging of plugins that use it.

Currently they have to build it on their own, which makes use cases like xtask slower than they need to be.

astrale-sharp commented 1 month ago

I guess it could be done pretty easily using github action