-
Provide c++ API for `hwboard` and others
-
The required operations of the gr-sigmf blocks, upon the SigMF JSON metafile, should be described and provided through a clear and efficient API. Since, at least for now, the main task is to support g…
-
## Motivation
The [wasm-c-api proposal](https://github.com/WebAssembly/wasm-c-api) provides the C and C++ API for WASM runtimes. Even though WasmEdge already provided the C API, it's proper to impl…
-
Hi, I see that you have C API documentation, but you haven't implemented any media handling in the C API.
I'd prefer to use the C++ API anyways, but it appears there is no documentation for it at all…
-
Hey there, I'm trying to build this on Windows with Zig 0.14.0, and encountering some errors.
My Zig version is: `0.14.0-dev.2210+62f4a6b4d`
Attempting to run `zig build` in the `./build` folder…
-
C blocks are a more convenient way of handling callbacks. They automatically capture the relevant variables from the enclosing scope.
This:
```
WGPU_EXPORT void wgpuAdapterRequestDevice(WGPUAdapt…
-
It seems like the C API is going the way of the dodo https://answers.opencv.org/question/185693/is-c-api-alive-or-not/
Though I would be surprised if the embedded folks don't push back or decide to…
-
rav1d needs to be a drop-in replacement for dav1d, which means we need to keep the public C API intact as we refactor the transpiled Rust code. In order to ensure that we don't accidentally make chang…
-
On the Web and in JS a lot APIs are async, and emscripten contains C/C++ interfaces to these APIs in several places that take several different forms.
1. APIs that take callback functions.
2. APIs…
-
Recently I have published a new N-body code, PeTar, aiming for simulating star clusters where many close encounters and binaries exist. The code is written in c++. I'd like to implement the external p…