wasmhttpdemo.lpi 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CONFIG>
  3. <ProjectOptions>
  4. <Version Value="12"/>
  5. <General>
  6. <Flags>
  7. <MainUnitHasCreateFormStatements Value="False"/>
  8. <MainUnitHasTitleStatement Value="False"/>
  9. <MainUnitHasScaledStatement Value="False"/>
  10. </Flags>
  11. <SessionStorage Value="InProjectDir"/>
  12. <Title Value="WebAssembly HTTP API demo"/>
  13. <UseAppBundle Value="False"/>
  14. <ResourceType Value="res"/>
  15. </General>
  16. <BuildModes>
  17. <Item Name="Default" Default="True"/>
  18. </BuildModes>
  19. <PublishOptions>
  20. <Version Value="2"/>
  21. <UseFileFilters Value="True"/>
  22. </PublishOptions>
  23. <RunParams>
  24. <FormatVersion Value="2"/>
  25. </RunParams>
  26. <Units>
  27. <Unit>
  28. <Filename Value="wasmhttpdemo.pp"/>
  29. <IsPartOfProject Value="True"/>
  30. </Unit>
  31. <Unit>
  32. <Filename Value="../../src/wasm.http.api.pas"/>
  33. <IsPartOfProject Value="True"/>
  34. </Unit>
  35. <Unit>
  36. <Filename Value="../../src/wasm.http.shared.pas"/>
  37. <IsPartOfProject Value="True"/>
  38. </Unit>
  39. <Unit>
  40. <Filename Value="../../src/wasm.http.objects.pas"/>
  41. <IsPartOfProject Value="True"/>
  42. </Unit>
  43. </Units>
  44. </ProjectOptions>
  45. <CompilerOptions>
  46. <Version Value="11"/>
  47. <Target>
  48. <Filename Value="wasmhttpdemo.wasm" ApplyConventions="False"/>
  49. </Target>
  50. <SearchPaths>
  51. <IncludeFiles Value="$(ProjOutDir)"/>
  52. <OtherUnitFiles Value="../../src"/>
  53. <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
  54. </SearchPaths>
  55. <CodeGeneration>
  56. <TargetCPU Value="wasm32"/>
  57. <TargetOS Value="wasi"/>
  58. <Subtarget Value="browser"/>
  59. </CodeGeneration>
  60. <Linking>
  61. <Debugging>
  62. <GenerateDebugInfo Value="False"/>
  63. <DebugInfoType Value="dsDwarf3"/>
  64. </Debugging>
  65. <Options>
  66. <ExecutableType Value="Library"/>
  67. </Options>
  68. </Linking>
  69. </CompilerOptions>
  70. <Debugging>
  71. <Exceptions>
  72. <Item>
  73. <Name Value="EAbort"/>
  74. </Item>
  75. <Item>
  76. <Name Value="ECodetoolError"/>
  77. </Item>
  78. <Item>
  79. <Name Value="EFOpenError"/>
  80. </Item>
  81. </Exceptions>
  82. </Debugging>
  83. </CONFIG>