Provide wasmtime_config_with_host_memory in the C API #6636
Labels
wasmtime:c-api
Issues pertaining to the C API.
wasmtime:config
Issues related to the configuration of Wasmtime
Feature
We're working on a Haskell binding to wasmtime called wasmtime-hs.
In our project we would like to have access to the Config::with_host_memory(...) functionality.
Could this function be provided in the C API?
Benefit
At the moment this functionality is only available in the Rust library. It would be nice if other languages have access to the same functionality.
Implementation
Not yet, it probably has to look something like this but I haven't thought about it too much yet:
The text was updated successfully, but these errors were encountered: