Reading and writing system properties on KaiOS| kaios.dev
WebAssembly and asm.js on KaiOSWhat is WebAssembly (WASM)? WASM allows developers to execute assembly-like low-level code written in languages like C/C++ or Rust via speecifically-compiled binaries within a web browser (in a sandboxed environment). KaiOS 2.5 doesn’t support WASM. However, KaiOS supports asm.js, a highly optimized subset of JavaScript used as a low-level language compilation target. KaiOS 3.0 supports WASM. Fortunately, KaiOS 3.0, which is based on Gecko 84, does support Web...| KaiOS.dev
Sharing, selecting, and viewing data cross-app with Web Activities and deep links| kaios.dev
Developing KaiOS apps on Mac (updated for Ventura 13.2) Getting StartedDeveloping and testing KaiOS apps on a real device using Mac is easy, and a great way to validate your apps on actual hardware. For setup, all you need is adb, WebIDE (a debug tool that used to come pre-packaged with Firefox), and a debug-enabled KaiOS device like the Nokia 8110 4G. Waterfox ClassicAccording to the KaiOS ENV Setup guide, Firefox 59 is recommended for KaiOS development.| KaiOS.dev