bytecodealliance / wasmtime-dotnet

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

Update to Wasmtime 20.0.2 to pass CI #317

Closed jsturtevant closed 2 months ago

jsturtevant commented 2 months ago

This was previously always pulling the dev c api for wasmtime, causing failures on simple PR's like #313.

This temporally disables the dev version of the wasmtime c-api in order to get start making incremental updates as a part of fixing #315

jsturtevant commented 2 months ago

The correct c-api's are now used, but looks like there might have been some other changes required. maybe #316

  Restore was successful.
  Downloading from "https://github.com/bytecodealliance/wasmtime/releases/download/v19.0.1/wasmtime-v19.0.1-x86_64-linux-c-api.tar.xz" to "/home/runner/work/wasmtime-dotnet/wasmtime-dotnet/src/obj/wasmtime-v19.0.1-x86_64-linux-c-api.tar.xz" (13,421,744 bytes).
jsturtevant commented 2 months ago

moved this to a branch via https://github.com/bytecodealliance/wasmtime-dotnet/pull/321