Multik 0.3.0 Help

Multik on JavaScript

Overview

Multik supports Kotlin/JS with the KOTLIN engine. This provides a consistent NDArray API for browser and Node.js targets.

Engine availability

  • KOTLIN only. NATIVE (OpenBLAS) is not available on JS.

Dependencies

For Kotlin/JS projects:

  • Use multik-core in commonMain.

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

See Installation for Gradle examples.

19 February 2026