openclaw-node 0.1.0

Node.js bindings for OpenClaw Rust core - AI providers, auth, events, and tools
Documentation
1
2
3
4
5
6
7
//! Build script for openclaw-node napi bindings.

extern crate napi_build;

fn main() {
    napi_build::setup();
}