bytecodealliance / wasmtime-cpp

Apache License 2.0
86 stars 18 forks source link

wasmtime_store_limiter not wrapped #36

Closed agutekanst-llnw closed 1 year ago

agutekanst-llnw commented 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.

Is this intentional, or should I wrap the function and send a PR?

Thanks

alexcrichton commented 1 year ago

Nah not intentionally omitted, just wasn't there when the bindings were written. A PR to add this would be much appreciated!

agutekanst-llnw commented 1 year ago

Fixed in #37