bytecodealliance / wasmtime-dotnet

.NET embedding of Wasmtime https://bytecodealliance.github.io/wasmtime-dotnet/
Apache License 2.0
409 stars 52 forks source link

Added a cache of the Global.Accessor #240

Closed martindevans closed 1 year ago

martindevans commented 1 year ago

Added a cache for the Global type safe accessor, similar to the wrapped function cache introduced #236.

peterhuene commented 1 year ago

Thanks for adding this!