dotnet add package Wasmtime --version 34.0.2
https://www.nuget.org/packages/Wasmtime/34.0.2
What's Changed
- Update wasmtime to v34 by @BasGeertsema in #332
- Add Wasmtime Windows ARM64 (AArch64) binary by @kpreisser in #327
- Add support for .net 9 by @jsturtevant in #334
- Fix Code Analysis Warnings by @martindevans in #335
- Added
IsPulleyInterpreterproperty onEngineby @martindevans in #338 - Fix Instance.GetMemories() ignored memories after the 1st non-memory export by @valobanov in #326
- Fixed
wasmtime_engine_is_pulleymarshalling by @martindevans in #340 - Update to wasmtime v34.0.2 by @jsturtevant in #341
New Contributors
- @BasGeertsema made their first contribution in #332
- @valobanov made their first contribution in #326
Full Changelog: v22.0.0...v34.0.2