Multik 0.3.0 Help

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-core in commonMain.

  • Add multik-kotlin (or multik-default) for the WASM target.

See Installation for Gradle examples.

19 February 2026