Multik on WASM
Overview
Multik supports Kotlin/WASM with the KOTLIN engine. This allows you to use ndarrays in WebAssembly environments while keeping the same API surface.
Engine availability
KOTLIN only.
NATIVE(OpenBLAS) is not available on WASM.
Dependencies
For Kotlin/WASM projects:
Use
multik-coreincommonMain.Add
multik-kotlin(ormultik-default) for the WASM target.
See Installation for Gradle examples.
19 February 2026