Closed agutekanst-llnw closed 1 year ago
Hello 👋
I've recently had a need to use the store limiter that is provided in wasmtime (wasmtime_store_limiter), but it only seems to be exposed in the C API currently.
wasmtime_store_limiter
Is this intentional, or should I wrap the function and send a PR?
Thanks
Nah not intentionally omitted, just wasn't there when the bindings were written. A PR to add this would be much appreciated!
Fixed in #37
Hello 👋
I've recently had a need to use the store limiter that is provided in wasmtime (
wasmtime_store_limiter
), but it only seems to be exposed in the C API currently.Is this intentional, or should I wrap the function and send a PR?
Thanks