quickjs 1.1.0-dev.1 copy "quickjs: ^1.1.0-dev.1" to clipboard
quickjs: ^1.1.0-dev.1 copied to clipboard

A dart binding of quickjs, a powerful js engine with native_assets_cli.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add quickjs

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  quickjs: ^1.1.0-dev.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:quickjs/quickjs.dart';
6
likes
40
points
152
downloads

Publisher

unverified uploader

Weekly Downloads

A dart binding of quickjs, a powerful js engine with native_assets_cli.

Repository (GitHub)
View/report issues

Topics

#js

License

Apache-2.0 (license)

Dependencies

code_assets, ffi, hooks, path

More

Packages that depend on quickjs