|
Revision tags: dev, v36.0.9, v44.0.1, v43.0.2, v36.0.8, v24.0.8, v44.0.0, v43.0.1, v42.0.2, v36.0.7, v24.0.7, v43.0.0, v42.0.1, v41.0.4, v42.0.0, v40.0.4, v36.0.6, v24.0.6, v41.0.3, v41.0.2, v41.0.1, v36.0.5, v40.0.3, v41.0.0, v36.0.4, v39.0.2, v40.0.2, v40.0.1, v40.0.0, v39.0.1, v39.0.0, v38.0.4, v37.0.3, v36.0.3, v24.0.5, v38.0.3, v38.0.2, v38.0.1, v37.0.2 |
|
| #
97e0b7db |
| 29-Sep-2025 |
Alex Crichton <[email protected]> |
Reorganize example documentation (#11757)
* Reorganize example documentation
This commit reorganizes example documentation in our online documentation. The main changes here are:
* Chapter-per-lan
Reorganize example documentation (#11757)
* Reorganize example documentation
This commit reorganizes example documentation in our online documentation. The main changes here are:
* Chapter-per-language is now removed in favor of tabs-in-a-page for avoiding having the book be so large. Tabs are made with [mdbook-langtabs]. * Language-specific pages are all consolidated into a single page. * Language-specific documentation now only mentions where to find docs instead of trying to document an intro for each language here. * "Further examples" was folded into the main API section, meaning we just have one chapter of a lot of examples.
The main goal is to make the book less overwhelming from an example perspective and ideally make it a bit easier to discover things. The langtabs plugin is nice but not perfect, e.g. it doesn't support `#`-anchors nor remembers which language you were looking at. Overall though I feel this is still better than before.
[mdbook-langtabs]: https://github.com/nx10/mdbook-langtabs
* Fix typos
* Remove testing of mdbook from CI
show more ...
|
|
Revision tags: v37.0.1, v37.0.0 |
|
| #
eaa01d7b |
| 02-Sep-2025 |
Till Schneidereit <[email protected]> |
[docs] Add C++ chapter and missing examples (#11569)
* [docs] Add C++ chapter and missing examples
This adds a chapter for C++ embedding. The chapter intro is rudimentary, but there are a bunch mor
[docs] Add C++ chapter and missing examples (#11569)
* [docs] Add C++ chapter and missing examples
This adds a chapter for C++ embedding. The chapter intro is rudimentary, but there are a bunch more examples now: I added C++ ports for everything that already had both a Rust and a C version available, matching the Rust version's behavior where applicable.
* [example] Fix paths in `examples/wasip1/main.c`
* [docs] Add entries for additional Rust and C embedding examples
These examples already existed, but didn't have entries in the docs.
It'll probably make sense to restructure all of this at some point and move the examples into language-specific folders.
* [docs] Remove references to Conan packages from README.md
These packages haven't been updated since Wasmtime 18, so we shouldn't link to them for now.
* Format cpp files
* Format even more cpp files
* Fix some warnings in C++ headers
* Simplify threads.cc example
* Update docs/examples-c-serialize.md
Co-authored-by: Nick Fitzgerald <[email protected]>
* [example] Don't try, do.
* [docs] Restore CMake link in README
* [docs] Improve examples/README.md
* [docs] Address review feedback
---------
Co-authored-by: Alex Crichton <[email protected]> Co-authored-by: Nick Fitzgerald <[email protected]>
show more ...
|