datkt / napi

N-API C Interop for Kotlin/Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

napi

N-API C Interop for Kotlin/Native

Installation

$ npm install @datkt/napi

Prerequisites

Usage

## Compile a shared library with 'module.kt' and link napi.klib found in `node_modules/`

$ konanc -r node_modules/@datkt -l napi/napi -p shared -o binding module.kt ## Linux
$ konanc -r node_modules/@datkt -l napi/napi -p dynamic -o binding module.kt ## OSX

$ mv libbinding.so binding.node
$ node -e "require('./binding')"

TODO

See Also

License

MIT

About

N-API C Interop for Kotlin/Native

License:MIT License


Languages

Language:Vim Script 66.6%Language:Makefile 33.4%