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
I’m trying to build a project that depends on yara-x = "1.7.0".
When compiling for 32-bit (i686-pc-windows-msvc), the build fails because wasmtime::Engine no longer provides the method unload_process_handlers.
error[E0599]: no method namedunload_process_handlersfound for structwasmtime::Enginein the current scope --> ...\yara-x-1.7.0\src\wasm\mod.rs:801:28 | 801 | ENGINE.take().unwrap().unload_process_handlers() | ^^^^^^^^^^^^^^^^^^^^^^^ method not found inwasmtime::Engine`
For more information about this error, try rustc --explain E0599.
error: could not compile yara-x (lib) due to 1 previous error
`