Stream: git-wasmtime

Topic: wasmtime / issue #3651 Is support mipsel-unknown-linux-musl?


view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2022 at 08:11):

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 ?

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2022 at 08:39):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2022 at 08:52):

fengqi2019 commented on issue #3651:

ok,thanks!

view this post on Zulip Wasmtime GitHub notifications bot (Jan 05 2022 at 08:52):

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