Hello! I can run wasmtime with my WASM module just fine on Linux, but on Windows, I get the error "Compilation error: Implementation limit exceeded" during the creation of a module using "Module::new_with_name". Any idea what this could be caused by?
@Jakub Hlusička you're likely running into https://github.com/bytecodealliance/wasmtime/issues/1587
Thanks, I will keep an eye on the issue. :)
Hi @Jakub Hlusička. I've put up a fix for the issue that will hopefully get merged after review.
The PR is here: https://github.com/bytecodealliance/wasmtime/pull/1734
Thank you for fixing the issue, it seems to be working properly now! :)
Last updated: Nov 22 2024 at 17:03 UTC