cyraid opened issue #11434:
Feature
Expose
static_memory_guard_size,dynamic_memory_guard_size, andResourceLimiterto the C-Api so platforms like dotnet can limit cpu/memoryBenefit
Wasmtime dotnet (for example) using the C-Api won't be able to limit the total memory during runtime. Use case: limiting memory to a certain amount for platforms that have limited memory (like 256MB).
alexcrichton added the wasmtime:c-api label to Issue #11434.
fitzgen commented on issue #11434:
This is a very reasonable feature to add. Let me know if you are interested in implementing it and I can help point you in the right direction.
Last updated: Dec 06 2025 at 07:03 UTC