Stream: git-wasmtime

Topic: wasmtime / issue #9028 unresolved import `wasmtime_asm_ma...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2024 at 07:50):

TheAwiteb added the bug label to Issue #9028.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2024 at 07:50):

TheAwiteb opened issue #9028:

In [asm-macros], there is no function named asm_sym. However, it is imported in [fiber/src/unix/x86.rs] but remains unused.

[asm-macros]: https://github.com/bytecodealliance/wasmtime/blob/main/crates/asm-macros/src/lib.rs
[fiber/src/unix/x86.rs]: https://github.com/bytecodealliance/wasmtime/blob/main/crates/fiber/src/unix/x86.rs

view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2024 at 08:07):

bjorn3 commented on issue #9028:

Wasmtime doesn't support 32bit x86, so when the x86_64 version was changed, the 32bit x86 versiob of this wasmtime-fiber likely wasn't changed, but due to the lack of 32bit x86 support of Wasmtime in general, this wasn't noticed in CI.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2024 at 08:16):

TheAwiteb commented on issue #9028:

Wasmtime doesn't support 32bit x86

Yes, I'm aware of that. However, by addressing this issue, wasmtime will be able to provide a clear error message indicating that this architecture is not supported.

error: Wasmtime is being compiled for an architecture that it does not support. If this architecture is one you would like to see supported you may file an issue on Wasmtime's issue tracker: https://github.com/bytecodealliance/wasmtime/issues/new

view this post on Zulip Wasmtime GitHub notifications bot (Jul 27 2024 at 08:18):

TheAwiteb edited issue #9028:

In [asm-macros], there is no function named asm_sym. However, it is imported in [fiber/src/unix/x86.rs] but remains unused.

[asm-macros]: https://github.com/bytecodealliance/wasmtime/blob/d8f7c77f8f8dbeadfee0e6ab052e57f11800dfe9/crates/asm-macros/src/lib.rs
[fiber/src/unix/x86.rs]: https://github.com/bytecodealliance/wasmtime/blob/d8f7c77f8f8dbeadfee0e6ab052e57f11800dfe9/crates/fiber/src/unix/x86.rs

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2024 at 14:48):

alexcrichton commented on issue #9028:

I've submitted https://github.com/bytecodealliance/wasmtime/pull/9035 to add CI checks for wasmtime-fiber on i686/arm but yes Wasmtime doesn't support 32-bit. After that PR the error in the Wasmtime crate should show up.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 29 2024 at 17:39):

alexcrichton closed issue #9028:

In [asm-macros], there is no function named asm_sym. However, it is imported in [fiber/src/unix/x86.rs] but remains unused.

[asm-macros]: https://github.com/bytecodealliance/wasmtime/blob/d8f7c77f8f8dbeadfee0e6ab052e57f11800dfe9/crates/asm-macros/src/lib.rs
[fiber/src/unix/x86.rs]: https://github.com/bytecodealliance/wasmtime/blob/d8f7c77f8f8dbeadfee0e6ab052e57f11800dfe9/crates/fiber/src/unix/x86.rs


Last updated: Nov 22 2024 at 17:03 UTC