@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 bindingsbuild.rs- Build script for napi-rsindex.d.ts- TypeScript type definitionsindex.js- Main entry point exporting the native modulepackage.json- Node.js package configurationsrc/- Rust source code for the binding implementationtest.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
2026-03-27 05:45:55 +00:00
Assets (1)
Versions (2)
View all
npm
10
MIT
latest
5.9 MiB
runtime-function-0.2.6.tgz
5.9 MiB