node-bare-bundle

Run a Bare bundle in a Node.js environment

Apache-2.0 14 个版本
安装
npm install node-bare-bundle
yarn add node-bare-bundle
pnpm add node-bare-bundle
bun add node-bare-bundle
README

node-bare-bundle

Run a Bare bundle in a Node.js environment.

npm install node-bare-bundle

Usage

const runBundle = require('node-bare-bundle')
// only need to pass mount if using preresolved native modules
const exports = runBundle(bundleAsABuffer, { mount: './test.bundle' entrypoint: '/the/entrypoint.js' })

License

Apache-2.0

版本列表
1.4.2 2024-11-01
1.4.1 2024-10-03
1.4.0 2024-10-03
1.3.0 2024-09-24
1.2.5 2024-07-24
1.2.4 2024-02-08
1.2.3 2024-02-08
1.2.2 2024-02-06
1.2.1 2024-02-06
1.2.0 2024-02-04
1.1.1 2024-02-04
1.1.0 2024-02-04
1.0.1 2024-02-04
1.0.0 2024-02-04