Skip to content

Releases: bytecodealliance/wasmtime-dotnet

0.21.0

14 Jan 21:54
600ac4c
Compare
Choose a tag to compare
0.21.0 Pre-release
Pre-release
  • Update Wasmtime to 0.21.0.

0.20.0

06 Nov 20:02
90c2447
Compare
Choose a tag to compare
0.20.0 Pre-release
Pre-release
  • Update Wasmtime to 0.20.0.
  • Annotate sources for nullable reference types.
  • Add more support for Span in the API.

0.19.0

24 Jul 19:55
35a7d48
Compare
Choose a tag to compare
0.19.0 Pre-release
Pre-release
  • Update Wasmtime to 0.19.0.
  • Implement WebAssembly reference types in the .NET API.
  • Implement defining tables in a Host.

0.18.1

17 Jul 23:37
95cff5f
Compare
Choose a tag to compare
0.18.1 Pre-release
Pre-release
Merge pull request #24 from peterhuene/use-different-store

Use a different store for the host.

0.15.0

06 Apr 23:51
b1cf53f
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release
Merge Wasmtime dotnet into repo.

* 'master' of wasmtime: (28 commits)
  Fix typo in Memory.Maximum doc string. (#1432)
  Add Wasmtime C API function to control linker shadowing.
  Fix typo in exception message.
  Fix typo in method call.
  Reimplement the C# API.
  Support WASI snapshot0 in the C API.
  Add a .gitattributes file to specify eol=LF (#1370)
  Add a wasmtime-specific `wasmtime_wat2wasm` C API (#1206)
  Be explicit when marshalling bool.
  Change `wasm_module_new` to use `Module::from_binary`.
  Bump .NET NuGet package version to 0.12.0
  Rename `wasi_config_set_std[in|out|err]`.
  Favor using non-braced using statement.
  Loop the array of strings only once.
  Ensure marshaled UTF-8 string arrays are null terminated.
  Fix unit tests on Windows.
  Add WASI unit tests for the C# API.
  Implement WASI C API.
  Move the C API to a separate crate (#818)
  Add tests calling function imports.
  ...