crowforkotlin
10/25/2025, 1:34 AMjw
10/25/2025, 1:36 AMcrowforkotlin
10/25/2025, 1:43 AMzipline-loader module implements extensions for Android, iOS, and desktop. zipline-loader calls the corresponding platform's NativeLoader within the zipline module to load the QuickJS interpreter. However, there is no such extension implemented for the web platform. My suggestion is based on the goal of implementing a web loader now. The latest active QuickJS branch on GitHub seems to support WASM, but running another QuickJS interpreter inside the web to interpret JS might not be the most sensible approach... That's why I implemented a direct JS-based interpreter on the web, thinking I could extend the existing Zipline project with it, as replacing the WASM interpreter might involve a significantly larger workload.jw
10/25/2025, 1:44 AMjw
10/25/2025, 1:45 AMjw
10/25/2025, 1:48 AMjw
10/25/2025, 1:49 AMcrowforkotlin
10/25/2025, 2:32 AM