Commit 0e994215 authored by Nikolay Igotti's avatar Nikolay Igotti

Fix JS

parent 2281160b
...@@ -362,6 +362,7 @@ val wasmCompile = project.tasks.register<Exec>("wasmCompile") { ...@@ -362,6 +362,7 @@ val wasmCompile = project.tasks.register<Exec>("wasmCompile") {
*Arch.Wasm.clangFlags, *Arch.Wasm.clangFlags,
"-I$projectDir/src/commonMain/cpp", "-I$projectDir/src/commonMain/cpp",
*skiaPreprocessorFlags(skiaDir), *skiaPreprocessorFlags(skiaDir),
"-s", "USE_WEBGL2",
"-o", outJs, "-o", outJs,
"--extern-post-js", skikoJsPrefix, "--extern-post-js", skikoJsPrefix,
*srcs *srcs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment