smol-dot / smoldot

Lightweight client for Substrate-based chains, such as Polkadot and Kusama.
GNU General Public License v3.0
179 stars 47 forks source link

`wasmtime` isn't used on `aarch64-apple-darwin` #1300

Open tomaka opened 10 months ago

tomaka commented 10 months ago

wasmtime is disabled on aarch64 other than Linux, because it's not a tier 1 & 2 wasmtime-supported platform.

This makes the full node rather slow.

Maybe we could enable wasmtime for these targets anyway?

Zombieliu commented 10 months ago

yep

tomaka commented 8 months ago

Something noteworthy is that, since wasmtime is enabled for aarch64-linux, it is possible to compile a aarch64 Docker image (with wasmtime enabled) and run it on MacOS.

cc https://github.com/smol-dot/smoldot/pull/1548