Hi, I was wondering, how do I use resource/memory limits that were introduced in this PR https://github.com/bytecodealliance/wasmtime/pull/2736 more specifically StoreLimits.memory_growing
https://docs.wasmtime.dev/api/wasmtime/struct.StoreLimits.html#method.memory_growing in C API? Even though the C API contains Fuel APIs https://github.com/bytecodealliance/wasmtime/blob/main/crates/c-api/src/store.rs#L134 it does not contain limits for the memory, or does it?
Last updated: Nov 22 2024 at 16:03 UTC