Stream: wit-bindgen

Topic: broken link on README file


view this post on Zulip Andrew Chin (Mar 25 2025 at 04:43):

hi all, heads up that the README file here links to this url in the first paragraph, but that results in a 404-Not-Found error

A language binding generator for WebAssembly interface types - bytecodealliance/wit-bindgen

view this post on Zulip Victor Adossi (Mar 25 2025 at 04:49):

Hey @Andrew Chin thanks for pointing this out, this is actually a temporary error due a change in CI: https://github.com/bytecodealliance/component-docs/pull/227 should fix this, but I think maintainers are currently out since it's just past midnight US time.

This commit fixes the deploy path (which changes slightly, due to mdbook-linkcheck)

view this post on Zulip Victor Adossi (Mar 25 2025 at 04:50):

Please use this link instead in the meantime:

https://github.com/bytecodealliance/component-docs/blob/main/component-model/src/design/wit.md

Or the component-model WIT documentation:

https://github.com/WebAssembly/component-model/blob/main/design/mvp/WIT.md

Documentation around creating and using WebAssembly Components - bytecodealliance/component-docs
Repository for design and specification of the Component Model - WebAssembly/component-model

view this post on Zulip Andrew Chin (Mar 25 2025 at 04:51):

nice, thanks for the quick reply!


Last updated: Apr 08 2025 at 08:04 UTC