[Lldb-commits] [lldb] [lldb] Add WebAssembly platform (PR #171507)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 11 03:58:05 PST 2025
================
@@ -0,0 +1,19 @@
+include "../../../../include/lldb/Core/PropertiesBase.td"
+
+let Definition = "platformwasm" in {
+ def RuntimePath : Property<"runtime-path", "FileSpec">,
+ Global,
+ DefaultStringValue<"">,
+ Desc<"Path to the WebAssembly runtime binary.">;
----------------
DavidSpickett wrote:
Will this get looked up on path?
I don't think you have to mention that here because many people will just put `programname` anyway. But worth checking if it does use the PATH because that'd be convenient.
https://github.com/llvm/llvm-project/pull/171507
More information about the lldb-commits
mailing list