================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits