https://github.com/sayaka-sh/Kotules
https://github.com/sayaka-sh/Kotules
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/sayaka-sh/Kotules
- Owner: toasterofbread
- License: apache-2.0
- Created: 2024-09-05T00:09:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-17T21:27:27.000Z (over 1 year ago)
- Last Synced: 2024-09-18T04:05:05.779Z (over 1 year ago)
- Language: Kotlin
- Size: 271 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kotules (WIP)
## Running the sample
### WasmJS & JS
1. `./gradlew sample:app:wasmJsBrowserDevelopmentRun` (`jsBrowserDevelopmentRun` for JS)
2. Tab should open in browser
3. Observe result in development console
### JVM
1. `./gradlew sample:app:run`