You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a workaround to compile zelij for i386 architecture
command : cargo build --release --target=i686-unknown-linux-gnu
error[E0432]: unresolved import `wasmtime_asm_macros::asm_sym`
--> /home/w23/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasmtime-fiber-21.0.2/src/unix/x86.rs:13:37
|
13 | use wasmtime_asm_macros::{asm_func, asm_sym};
| ^^^^^^^ no `asm_sym` in the root
For more information about this error, try `rustc --explain E0432`.
error: could not compile `wasmtime-fiber` (lib) due to previous error
warning: build failed, waiting for other jobs to finish...
The text was updated successfully, but these errors were encountered:
I managed to compile v0.42.0 with a couple of lines patched where "sizeof" is used. But in runtime I'm always getting "received empty message from server" without any other errors in logs.
I don't think anyone else is interested in making it work for x86, unfortunately
is there a workaround to compile zelij for i386 architecture
command : cargo build --release --target=i686-unknown-linux-gnu
The text was updated successfully, but these errors were encountered: