madapes

@madapes/runtime-function (0.2.6)

Published 2026-03-27 05:45:55 +00:00 by vlad

Installation

@madapes:registry=
npm install @madapes/runtime-function@0.2.6
"@madapes/runtime-function": "0.2.6"

About this package

Runtime Function - Node.js Bindings

High-performance, deterministic execution engine for DAG-based data transformations.

Documentation

Full documentation is available on the Wiki.

Installation

npm install @madapes/runtime-function

Usage

import { RuntimeEngine } from '@madapes/runtime-function';

const engine = new RuntimeEngine();
const result = engine.execute(JSON.stringify(program), JSON.stringify(inputs));
console.log(JSON.parse(result));

Files

  • Cargo.toml - Rust crate configuration for Node.js bindings
  • build.rs - Build script for napi-rs
  • index.d.ts - TypeScript type definitions
  • index.js - Main entry point exporting the native module
  • package.json - Node.js package configuration
  • src/ - Rust source code for the binding implementation
  • test.mjs - Simple test script

Dependencies

Development Dependencies

ID Version
@napi-rs/cli ^2.18.4
@types/node ^20.0.0
typescript ^5.0.0
Details
npm
2026-03-27 05:45:55 +00:00
10
MIT
latest
5.9 MiB
Assets (1)
Versions (2) View all
0.2.6 2026-03-27
0.2.3 2026-02-15