Stream: git-wasmtime

Topic: wasmtime / issue #11434 [C-Api] Expose Memory Options to ...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2025 at 21:13):

cyraid opened issue #11434:

Feature

Expose static_memory_guard_size, dynamic_memory_guard_size, and ResourceLimiter to the C-Api so platforms like dotnet can limit cpu/memory

Benefit

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).

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2025 at 21:27):

alexcrichton added the wasmtime:c-api label to Issue #11434.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 18 2025 at 21:29):

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