@dxos/vendor-quickjs
v0.10.0
Published
Wrapper around `quickjs-emscripten` that works out-of-the box in browser (with vite) and node.
Keywords
Readme
isomorphic-quickjs
Wrapper around quickjs-emscripten that works out-of-the box in browser (with vite) and node.
Usage
import { createQuickJS } from '@dxos/vendor-quickjs';
const quickJS = await createQuickJS();