qdrvm / kagome

Kagome - C++20 implementation of Polkadot Host
https://kagome.readthedocs.io
Apache License 2.0
158 stars 33 forks source link

[Enhancement]: Upgrade WasmEdge to 0.14.0 #2115

Closed kamilsa closed 2 weeks ago

kamilsa commented 4 months ago

Description

New version of wasmedge has been released, we should support it asap

Motivation

New WasmEdge has JIT support. It will be needed in #2031

Additional context

https://github.com/WasmEdge/WasmEdge/releases/tag/0.14.0

Are you planning to do it yourself in a pull request ?

No