I will rephrase my question with help of a diagram...
# webassembly
k
I will rephrase my question with help of a diagram. How do I: 1. make UI/JS Code call Business logic that is written in kotlin (that is compiled to WASM) ✅ this can be achieved. 2. make Business logic code (Kotlin) call SQLite functions where SQLIte is in WASM format 🤔, how to include the dependency in project 3. make SQLite Wasm use the OPFS VFS and which is implemented in JS (or WASM?), 😱 4. If possible, compile the VFS implementation, and the whole thing into WASM 🦄