Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update dependencies #255

Open
yurivict opened this issue Jan 7, 2023 · 2 comments
Open

Please update dependencies #255

yurivict opened this issue Jan 7, 2023 · 2 comments

Comments

@yurivict
Copy link

yurivict commented Jan 7, 2023

The build breaks:

error: unsupported platform
   --> /wrkdirs/usr/ports/databases/replibyte/work/Replibyte-0.10.0/replibyte/cargo-crates/wasmer-vm-2.2.1/src/trap/traphandlers.rs:292:21
    |
292 |                     compile_error!("unsupported platform");
    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0308]: mismatched types
   --> /wrkdirs/usr/ports/databases/replibyte/work/Replibyte-0.10.0/replibyte/cargo-crates/wasmer-vm-2.2.1/src/trap/traphandlers.rs:208:52
    |
208 |         unsafe fn get_pc(cx: *mut libc::c_void) -> *const u8 {
    |                   ------                           ^^^^^^^^^ expected `*const u8`, found `()`
    |                   |
    |                   implicitly returns `()` as its body has no tail or `return` expression
    |
    = note: expected raw pointer `*const u8`
                 found unit type `()`

For more information about this error, try `rustc --explain E0308`.
error: could not compile `wasmer-vm` due to 2 previous errors

According to https://lib.rs/crates/wasmer-vm the latest version is 3.1.0

@evoxmusic
Copy link
Contributor

Hi @yurivict , can you open a PR?

@yurivict
Copy link
Author

yurivict commented Jan 8, 2023

I don't know Rust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants