fengqi2019 opened issue #3651:
hello, i want to use this crate in openwrt. an error occurred while compiling: "wasmtime doesn't support fibers on platform: mipsel-unknown-linux-musl". how i should do to compile? if it don't support, have you a plan to support ?
bjorn3 commented on issue #3651:
Cranelift and by extension Wasmtime currently only supports x86_64, AArch64 and s390x. Cranelift doesn't yet have a mips backend, so Wasmtime can't be compiled for mips.
fengqi2019 commented on issue #3651:
ok,thanks!
fengqi2019 closed issue #3651:
hello, i want to use this crate in openwrt. an error occurred while compiling: "wasmtime doesn't support fibers on platform: mipsel-unknown-linux-musl". how i should do to compile? if it don't support, have you a plan to support ?
Last updated: Nov 22 2024 at 17:03 UTC