Stream: wit-bindgen

Topic: online-demo


view this post on Zulip Jarrod Overson (Mar 10 2023 at 15:52):

Can anyone point me to where the online wit-bindgen demo is built? I'd like to fancy it up if I get the time.

view this post on Zulip Joel Dice (Mar 10 2023 at 16:05):

Looks like it's been removed entirely: https://github.com/bytecodealliance/wit-bindgen/commit/cfe8fd4998eb78f66922097a1e10816bda83fe72
You'll probably need to fork from the commit just prior to that one, and might need to fix it up to work with the latest HEAD of the wit-bindgen repo. Having a wit-bindgen-demo repo that depends on all the known, current binding generators from various repos would be super useful!

* Refactor root `Cargo.toml` a bit * Update some wasm-tools dependencies * Use a `[patch]` for Wasmtime to reflect how this will eventually be a crates.io dependency * Use `workspace = true...

view this post on Zulip Jarrod Overson (Mar 10 2023 at 16:14):

Thanks @Joel Dice, I'll start digging into the last version


Last updated: Nov 22 2024 at 16:03 UTC