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 `Global` objects in the `Store` #241

Closed martindevans closed 1 year ago

martindevans commented 1 year ago

We already have Function and Memory objects in the Store cache, this adds Global objects too.

peterhuene commented 1 year ago

Looks good!