get rid of parity-wasm #344
Labels
area/wasm
Related to the webassembly runtime
help wanted
Extra attention is needed
kind/enhancement
New feature or request
it would be nice to replace the dependency on (our fork of)
parity-wasm
with a dependency onwasmtime
.wasmtime
would be preferable for the following reasons:migrating to
wasmtime
would require adding#![no_std]
support towasmtime
(and presumably some of its dependencies). this could be started in a fork, but it would be cool to upstream it eventually if the maintainers are interested...The text was updated successfully, but these errors were encountered: