-
Protobuf has zero-copy support to avoid copying string/bytes fields when parsing protobuf messages and it's used pretty much everywhere inside Google, but the feature has never made its way into the o…
-
Port the GVRS API to C.
This project is being conducted at [The GridfourC project on Github](https://github.com/gwlucastrig/GridfourC).
Currently, the ability to read GVRS files is fully impleme…
-
The renaming conventions should be propagated into the C and Fortran APIs as well as in the `examples` folder.
-
The following public C API is new in 3.13 (beta 1, relative to 3.12), and as of this writing it looks either
- undocumented, or
- documented incorrectly. See the docs search page for what Sphinx thi…
-
I started to play around with the Wasmer C-API and I simply wanted to run the examples in `lib/c-api/examples`
I successfully managed to compile the examples but the `wasi.c` program seems to not …
-
### Describe the bug
Wasmer static lib does not seem to contain C++ symbols.
```cpp
#include "wasm.hh"
inf main() {
auto engine = wasm::Engine::make();
}
```
```sh
g++ -o src/mylib.…
-
[cbindgen](https://github.com/mozilla/cbindgen/tree/master)
[cxx](https://github.com/dtolnay/cxx)
-
Hi 👋
I've been working on the new C API for extensions in duckdb/duckdb (see https://github.com/duckdb/duckdb/pull/12682). TLDR: we've added a header to duckdb which contains basically a struct of…
-
It would be ideal to have isolated logging streams that would be associated with either an evaluator state, or store, or a context. By logs I mean output from `builtins.trace` and from builders.
At…
ehmry updated
3 months ago
-
**Is your feature request related to a problem? Please describe (REQUIRED):**
The C API doesn't provide a way of retrieving the `dmGameObject::Instance` member from `dmGameObject::ScriptInstance`. …