Releases: bytecodealliance/wasmtime-dotnet
v1.0.1
v1.0.0
Wasmtime 1.0.0 Release
🎉 This release takes the .NET bindings for Wasmtime out of preview now that Wasmtime 1.0.0 has been released 🎉.
Moving forward, the minor version of the wasmtime
NuGet package may increment for fixes for both the underlying Wasmtime library but also for the .NET bindings API (non-breaking).
Otherwise, the NuGet package version should otherwise reflect the Wasmtime version being used.
What's Changed
- Trap result builders by @martindevans in #153
Full Changelog: v0.40.0...v1.0.0
0.40.0
Update Wasmtime to 0.40.0.
What's Changed
- Generic Memory Methods by @martindevans in #142
- Memory IStore Reference by @martindevans in #143
- Table Store Reference by @martindevans in #144
- Global Store Reference by @martindevans in #145
- Function Store Reference by @martindevans in #146
- Instance Store Reference by @martindevans in #147
- Configurable string encodings (#133) by @Joshhua5 in #134
New Contributors
Full Changelog: v0.39.1...v0.40.0
0.39.1-preview2
This release is an update to the Wasmtime
NuGet package itself and contains the same version of Wasmtime as the 0.39.1-preview1
release.
What's Changed
- Add linux-arm64 and osx-arm64 runtimes to package. by @peterhuene in #140
Full Changelog: v0.39.1...v0.39.1-preview2
0.39.1
Update Wasmtime to 0.39.1.
This is a bug fix release in Wasmtime for targeting s390x (not supported with the .NET API).
What's Changed
- Bump Wasmtime version to 0.39.1. by @peterhuene in #138
Full Changelog: v0.39.0...v0.39.1
0.39.0
Update Wasmtime to 0.39.0.
What's Changed
- Fix missing doc comments on
V128
. by @peterhuene in #127 - Removed Unnecessary Import by @martindevans in #128
- more_unity_fixes by @martindevans in #129
- Module.Wat2Wasm by @martindevans in #131
- Type-Safe/Non-Boxing Global by @martindevans in #130
- V128.AsSpan() by @martindevans in #132
Full Changelog: v0.38.1...v0.39.0
0.38.1
Update Wasmtime to 0.38.1.
This is a security release of Wasmtime that fixes the following SIMD-related bug in Cranelift (the compiler backend used by Wasmtime):
What's Changed
- Bump Wasmtime version to 0.38.1. by @peterhuene in #125
Full Changelog: v0.38.0...v0.38.1
0.38.0
Update Wasmtime to 0.38.0.
What's Changed
- Added Nan Canonicalization config by @mralexes in #110
- Added an ability to get function from Caller by @mralexes in #111
- Fix CI by updating an expected error message. by @peterhuene in #112
- Fix fuel consumption tests to ignore backtraces. by @peterhuene in #115
- Fix changes to Wasmtime C API. by @peterhuene in #119
- add epoch interruption support by @redthing1 in #118
- ValueBox by @martindevans in #114
- Type safe functions by @martindevans in #116
- Add
GetAction
that returnsAction
without any parameters. by @peterhuene in #123
New Contributors
- @mralexes made their first contribution in #110
- @redthing1 made their first contribution in #118
Full Changelog: v0.36.0...v0.38.0
0.37.0
Update Wasmtime to 0.37.0.
0.36.0
Update Wasmtime to 0.36.0.
What's Changed
- Remove module linking proposal support. by @peterhuene in #98
- Fix CI so that only the main branch runs development builds. by @peterhuene in #102
- Update expected error message for test case. by @peterhuene in #103
- Add fuel consumption tests and consume fuel by @my0n in #107
New Contributors
Full Changelog: v0.35.0...v0.36.0