ktock / container2wasm

Container to WASM converter
https://ktock.github.io/container2wasm-demo/
Apache License 2.0
2.03k stars 80 forks source link

Migrate to new wasmtime CLI flags #194

Closed ktock closed 10 months ago

ktock commented 10 months ago

This commit updates wasmtime in CI to 16 and fixes c2w-net to migrate into the new CLI syntax of wasmtime >= 14. When the user uses wasmtime < 14, c2w-net requires --wasmtime-cli-13 flag for using wasmtime's old CLI syntax.