Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <execution>
  2. <id>wasm-client</id>
  3. <goals>
  4. <goal>compile</goal>
  5. </goals>
  6. <configuration>
  7. <targetDirectory>${project.build.directory}/generated/wasm/teavm-wasm</targetDirectory>
  8. <mainClass>com.htmlhifive.Client</mainClass>
  9. <debugInformationGenerated>true</debugInformationGenerated>
  10. <targetType>WEBASSEMBLY</targetType>
  11. <optimizationLevel>FULL</optimizationLevel>
  12. <heapSize>8</heapSize>
  13. </configuration>
  14. </execution>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement