Jonas Devlieghere
Jonas Devlieghere
Fixed by: - [Backport always-on log changes swiftlang/llvm-project#10484](https://github.com/swiftlang/llvm-project/pull/10484) - [Backport always-on log changes swiftlang/llvm-project#10475](https://github.com/swiftlang/llvm-project/pull/10475)
+1 on testing and Pavel's suggestion to use assembly/yaml for it so it can run everywhere.
LLDB recently improved its support for Wasm debugging. You can use LLDB to debug the [WebAssembly Micro Runtime](https://github.com/bytecodealliance/wasm-micro-runtime) using the GDB remote protocol. The extension to the protocol are [documented...