Stream: wasmtime

Topic: publishing


view this post on Zulip Alex Crichton (Jun 11 2020 at 16:31):

@Dan Gohman https://github.com/rustwasm/wasm-bindgen/blob/master/publish.rs is the script for wasm-bindgen

Facilitating high-level interactions between Wasm modules and JavaScript - rustwasm/wasm-bindgen

view this post on Zulip Alex Crichton (Jun 11 2020 at 16:31):

I run it as ./publish bump to bump everything, send a PR, and then after the PR merges I run ./publish publish

view this post on Zulip Alex Crichton (Jun 11 2020 at 16:31):

and I rerun the publish part multiple times until it actually all publishes

view this post on Zulip Alex Crichton (Jun 11 2020 at 16:32):

currently it's hardcoded to do a minor bump of everything

view this post on Zulip Alex Crichton (Jun 11 2020 at 16:33):

if you'd like I can try to adapt that for cranelift

view this post on Zulip Alex Crichton (Jun 11 2020 at 16:33):

er, wasmtime/cranelift


Last updated: Oct 23 2024 at 20:03 UTC