Open kate-goldenring opened 2 weeks ago
This should be resolved by pulling in Wasmtime with this commit: https://github.com/bytecodealliance/wasmtime/pull/9479
Alternatively, we can set .native_unwind_info(false)
on the wasmtime Config
here, which would silence this warning.
Musl builds of the shim are throwing a
libunwind
error at startup. The app still works:This may be due to Wasmtime failing to detect which unwind implementation to use (libgcc-vs-libunwind) which was supposed to be resolved by https://github.com/bytecodealliance/wasmtime/pull/8028