0.0.1 • Published 7 months ago

bload v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

bload

Load bytecode modules from standalone Node.js executable.

Installation

npm install bload

Usage

const path = require('node:path');
const { load } = require('bload');

// Path to your *.jsc module
const modulePath = path.join(__dirname, `script-${process.platform}.jsc`);

module.exports = load(modulePath);
0.0.1

7 months ago