Browse Source
- add imageviewer project to validateExamplesWithJs.sh - update dmmy_map image and add a notice about using Open Data License - update web app setup (index.html) and remove redundant files - temporary disable configuration cache due to k/wasm issue https://youtrack.jetbrains.com/issue/KT-64851 (fixed in 2.0)pull/4762/head
Oleksandr Karpovich
7 months ago
committed by
GitHub
11 changed files with 15 additions and 10 deletions
@ -0,0 +1,2 @@ |
|||||||
|
|
||||||
|
[dummy_map.jpg](./shared/src/commonMain/composeResources/drawable/dummy_map.jpg) is available under Open Database License: https://www.openstreetmap.org/copyright |
After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 4.3 MiB |
@ -1,5 +0,0 @@ |
|||||||
import { instantiate } from './imageviewer.uninstantiated.mjs'; |
|
||||||
|
|
||||||
await wasmSetup; |
|
||||||
|
|
||||||
instantiate({ skia: Module['asm'] }); |
|
Loading…
Reference in new issue