Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 469 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 469 Bytes

DomMonsterKt

Kotlin Wasm port of dom-monster

Build

  • Install Kotlin compiler that supports latest Wasm backend.
  • Execute ./gradlew :compileDevelopmentExecutableKotlinWasm
  • Install Canary Chrome that supports Wasm GC proposal
  • Run Chrome Canary with Wasm GC proposal support (i.e. --js-flags="--experimental-wasm-gc")
  • Open ./build/js/packages/DOMMonsterKt-wasm/kotlin/index.html

License

MIT.