History log of /wasmtime-44.0.1/crates/c-api/tests/types.cc (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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, v37.0.1, v37.0.0, v36.0.2, v36.0.1, v36.0.0, v35.0.0, v24.0.4, v33.0.2, v34.0.2, v34.0.1, v33.0.1, v24.0.3, v32.0.1, v34.0.0, v33.0.0
# 62f60665 21-Apr-2025 Alex Crichton <[email protected]>

Move various C++ type-related items to their own header (#10627)

* Move C++ `ValType` to its own header

And fill out some small tests

* Move C++ `GlobalType` to its own header

* Move C++ `TableTy

Move various C++ type-related items to their own header (#10627)

* Move C++ `ValType` to its own header

And fill out some small tests

* Move C++ `GlobalType` to its own header

* Move C++ `TableType` to its own file

With some small tests

* Move C++ `FuncType` to its own file

* Move C++ ImportType to its own file

* Move C++ `ExportType` to its own file

* Move C++ `ExternType` to its own file

show more ...


Revision tags: v32.0.0
# 13ebd6f5 16-Apr-2025 MangoPeachGrape <[email protected]>

c-api: Bring wasmtime-cpp into this repository (#10582)

* c-api: Bring wasmtime-cpp into this repository.

`wasmtime-cpp/include/wasmtime.hh` -> `/crates/c-api/include/`
`wasmtime-cpp/tests/*` -> `/

c-api: Bring wasmtime-cpp into this repository (#10582)

* c-api: Bring wasmtime-cpp into this repository.

`wasmtime-cpp/include/wasmtime.hh` -> `/crates/c-api/include/`
`wasmtime-cpp/tests/*` -> `/crates/c-api/tests/`
`wasmtime-cpp/examples/*` -> `/examples/`

See discussion in #10566 for more context.

* Make tests disabled by default prtest:full

* Mention C++ API in the c-api README

* Enable C++ only for tests

* Add *.hh files to doxygen

This requires disabling warnings on undocumented, as `wasm.hh` has
undocumeted structures

Also fix urls in `wasmtime.hh`

* Re-enable `WARN_IF_UNDOCUMENTED`

This required excluding `wasm.hh`, `wasmtime::detail` namespace, and some
macros.

Also documented two overloads to `Func::call()`

show more ...