rev-wasm-kotlin
Directory actions
More options
Directory actions
More options
rev-wasm-kotlin
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
> Based off of https://github.com/Kotlin/kotlin-wasm-wasi-template TLDR password checker using exceptions, gc, reference types, and other newer wasm features (that generaly decompilers dont support) Compile : ``` ./compile.sh ``` Doesn't output immediately, so it might say "executable not found" thats fine. Check runtime: ``` ./check-logic.sh ``` Minimize: ``` ./minimize.sh ``` Test & running ``` node dist/run.mjs ```