Deno's support for NPM specifiers makes it easy to use quickjs-emscripten these days.
Just add an import { ...} from 'npm:[email protected]'
(or any other semver range), it works just fine.
Deno's support for NPM specifiers makes it easy to use quickjs-emscripten these days.
Just add an import { ...} from 'npm:[email protected]'
(or any other semver range), it works just fine.