We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ae468 commit 6197322Copy full SHA for 6197322
cmake/dawn.cmake
@@ -119,4 +119,4 @@ if(EMSCRIPTEN)
119
target_link_libraries(webgpu_dawn INTERFACE ${DAWN_BUILD_DIR}/gen/src/emdawnwebgpu/library_webgpu_generated_sig_info.js)
120
target_link_libraries(webgpu_dawn INTERFACE ${DAWN_DIR}/third_party/emdawnwebgpu/library_webgpu.js)
121
else()
122
-endif()
+endif()
cmake/example.cmake
@@ -94,4 +94,4 @@ if(EMSCRIPTEN)
94
${CMAKE_CURRENT_BINARY_DIR}/index.html
95
@ONLY)
96
97
cmake/templates/index.html.in
@@ -19,4 +19,4 @@
19
}
20
</script>
21
</body>
22
-</html>
+</html>
0 commit comments