Files
wazero/internal/expctxkeys/memory.go
Takeshi Yoneda a3d0d967ab Cleanups ctxkey package (#2184)
Signed-off-by: Takeshi Yoneda <t.y.mathetake@gmail.com>
2024-04-15 14:55:14 +09:00

5 lines
139 B
Go

package expctxkeys
// MemoryAllocatorKey is a context.Context key for the experimental memory allocator.
type MemoryAllocatorKey struct{}