wasmtime-dotnet
wasmtime-dotnet copied to clipboard
Instance.GetFunction Cache
Added a cache into the Instance.GetFunction and Instance.GetMemory methods. This reduces a benchmark fetching a function 1,000,000 times from 300ms to 30ms.