Andoryuuta
Andoryuuta
The back-end functions for OSX/Darwin in process_darwin.go need to be properly implemented.
Errors types need to be added to the library for user error handling. Current error handling needs to be rewritten to return new error types to the user.
A way of getting all memory regions within a process along with the region permissions (read, write, execute) needs to be added all of the platform back-ends. This needs to...
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...