bytecodealliance / wasmtime-dotnet

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

Less Allocation In `Instance.TryGetExtern` #287

Closed martindevans closed 9 months ago

martindevans commented 9 months ago

Removed a use of GetBytes in Instance.TryGetExtern and using a stack buffer instead.