component-docs
component-docs copied to clipboard
Documentation around creating and using WebAssembly Components
Can make the book more consumable More graphics/images: Images and graphics drive our point home and help with retention. We should consider reinforcing concepts graphically with ALT text + captions....
Before the [`wasm32-wasip2` target](https://doc.rust-lang.org/nightly/rustc/platform-support/wasm32-wasip2.html) was added to Rust, `cargo-component` did a lot of the heavy lifting to enable rust developers to create p2 components. Now, it is more advantageous to...
Right now it uses the old add.wit which no longer exists.
After some [discussion on Zulip](https://bytecodealliance.zulipchat.com/#narrow/channel/219900-wasi/topic/bundling.20shared-everything.20libraries/near/513881833)[#wasi > bundling shared-everything libraries @ 💬](https://bytecodealliance.zulipchat.com/#narrow/channel/219900-wasi/topic/bundling.20shared-everything.20libraries/near/513881833), an example repository + link in the "Advanced Topics" section might be nice for shared-everything linking. This is *certainly*...
The book is lacking in a tutorial on using WASI HTTP to create Wasm services and running them with `cargo component serve` and `wasmtime serve `etc. Instead of writing and...
The book is lacking in an example and more documentation on using WASI HTTP to create Wasm services and running them with `cargo serve` and `wasmtime serve` etc. Instead of...
We are coming up on conference season. Lets make sure we've walked through the JS language guide before end of March and updated it to the latest tooling Doc: https://github.com/bytecodealliance/component-docs/blob/main/component-model/src/language-support/javascript.md
We are coming up on conference season. Lets make sure we've walked through the Go language guide before end of March
In https://github.com/bytecodealliance/component-docs/issues/245 a user encountered a bump when trying to import functionality from `wasi:http` that I'd guess will occur again. Not sure if this belongs in the subsection on worlds,...
> yeah so my stance on that is that writing into a console is not normally syntax highlighted either, so it matches. > > If we have a `sh`ell script,...