CharlieTap
09/30/2025, 1:52 PMAdam S
09/30/2025, 3:22 PM.wasm file, chasm will generate a Kotlin file with equivalent functions? Like how for Kotlin Native the cinterop tool will generate Kotlin accessors from a .h header file?CharlieTap
09/30/2025, 3:26 PMmikehearn
10/01/2025, 8:42 AMCharlieTap
10/01/2025, 9:10 AMAdam S
10/01/2025, 10:20 AMYeah exactly decodes the wasm binary and builds an equivalent interface from the exported functionsI'm very curious about how this works! Could you point to the code that parses the info out of the
.wasm file? Is there a standalone tool?CharlieTap
10/01/2025, 10:57 AMArjan van Wieringen
10/01/2025, 4:06 PM