You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 <fitzgen@gmail.com>
* [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 <alex@alexcrichton.com>
Co-authored-by: Nick Fitzgerald <fitzgen@gmail.com>
0 commit comments