wasmtime-cpp
wasmtime-cpp copied to clipboard
The examples will fail if `iostream` is not included. Therefore, I added and PR'ed it.
I'd like to float the idea of moving these bindings (aka this header file) from this repository into upstream bytecodealliance/wasmtime. That would enable I think more easily testing the C...
Hello! I'm trying to figure out the best way to wrap the [async support that was added to the wasmtime C API](https://github.com/bytecodealliance/wasmtime/blob/main/crates/c-api/include/wasmtime/async.h). A good portion of this looks easy to...
Hi all, Recently I wrote small wrapper that simplify loading and linking wasi application with all dependencies, see example: ```cpp // Create WasiApp that encapsulate all complexity for linking underhood...
Continuing from https://github.com/bytecodealliance/wasmtime/pull/10484.
Trying to compile for the n3ds using the devkitpro toolchain result in the following error/warning ```bash /Users/themode/CLionProjects/Project/build/_deps/wasmtime-cpp-src/include/wasmtime.hh: In member function 'std::optional wasmtime::Error::i32_exit() const': /Users/themode/CLionProjects/Project/build/_deps/wasmtime-cpp-src/include/wasmtime.hh:169:47: error: invalid conversion from 'int32_t*' {aka...