HTML5 canvas drawing demo.

This commit is contained in:
Alexander Gorshenev
2017-09-06 13:53:09 +03:00
committed by alexander-gorshenev
parent ce3ed52705
commit b367a0d255
13 changed files with 414 additions and 35 deletions
+2 -2
View File
@@ -260,7 +260,7 @@ targetList.each { target ->
}
if (target == 'wasm32') {
from(project(':runtime').file('src/launcher/js')) {
into('konan/nativelib')
into('klib/stdlib/targets/wasm32/included')
}
}
}
@@ -376,4 +376,4 @@ task clean {
}
delete bundle.outputs.files
}
}
}