Stream: git-wasmtime

Topic: wasmtime / issue #4434 Failed to build for `i686-pc-windo...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2022 at 14:28):

Berrysoft opened issue #4434:

File winx32.rs is outdated.

error[E0433]: failed to resolve: use of undeclared crate or module `cranelift_codegen`
 --> C:\Users\VssAdministrator\.cargo\registry\src\github.com-1ecc6299db9ec823\wasmtime-jit-0.38.1\src\unwind\winx32.rs:4:5
  |
4 | use cranelift_codegen::isa::{unwind::UnwindInfo, TargetIsa};
  |     ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `cranelift_codegen`

error[E0432]: unresolved import `crate::unwind::UnwindRegistration`
 --> C:\Users\VssAdministrator\.cargo\registry\src\github.com-1ecc6299db9ec823\wasmtime-jit-0.38.1\src\code_memory.rs:3:5
  |
3 | use crate::unwind::UnwindRegistration;
  |     ^^^^^^^^^^^^^^^------------------
  |     |              |
  |     |              help: a similar name exists in the module: `UnwindRegistry`
  |     no `UnwindRegistration` in `unwind`

Some errors have detailed explanations: E0432, E0433.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2022 at 14:37):

alexcrichton labeled issue #4434:

File winx32.rs is outdated.

error[E0433]: failed to resolve: use of undeclared crate or module `cranelift_codegen`
 --> C:\Users\VssAdministrator\.cargo\registry\src\github.com-1ecc6299db9ec823\wasmtime-jit-0.38.1\src\unwind\winx32.rs:4:5
  |
4 | use cranelift_codegen::isa::{unwind::UnwindInfo, TargetIsa};
  |     ^^^^^^^^^^^^^^^^^ use of undeclared crate or module `cranelift_codegen`

error[E0432]: unresolved import `crate::unwind::UnwindRegistration`
 --> C:\Users\VssAdministrator\.cargo\registry\src\github.com-1ecc6299db9ec823\wasmtime-jit-0.38.1\src\code_memory.rs:3:5
  |
3 | use crate::unwind::UnwindRegistration;
  |     ^^^^^^^^^^^^^^^------------------
  |     |              |
  |     |              help: a similar name exists in the module: `UnwindRegistry`
  |     no `UnwindRegistration` in `unwind`

Some errors have detailed explanations: E0432, E0433.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2022 at 14:37):

alexcrichton commented on issue #4434:

This is not a supported platform at this time, primarily because Cranelift does not have an i686 backend. I've tagged this for a feature request for platform support though.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 12 2022 at 14:39):

Berrysoft commented on issue #4434:

OK, if it doesn't support i686, a compile_error!("unsupported platform"); would be nice.

view this post on Zulip Wasmtime GitHub notifications bot (Jul 13 2022 at 10:41):

kadiwa4 commented on issue #4434:

Same as #3634

view this post on Zulip Wasmtime GitHub notifications bot (Nov 11 2022 at 09:12):

kadiwa4 commented on issue #4434:

Since #5226 this throws a compile error.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 26 2023 at 00:56):

kadiwa4 commented on issue #4434:

The compile error was removed in #5627.


Last updated: Oct 23 2024 at 20:03 UTC