[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.">;
+  def RuntimeArgs : Property<"runtime-args", "Args">,
----------------
DavidSpickett wrote:

How do we order settings, if at all?

Wondering if this should be below PortArg because it's for everything but the port. Also would be good to add a note like "(for port related arguments, use port-arg instead)".

https://github.com/llvm/llvm-project/pull/171507


More information about the lldb-commits mailing list