seagort 0.0.1-pre copy "seagort: ^0.0.1-pre" to clipboard
seagort: ^0.0.1-pre copied to clipboard

Run JavaScript on the backend/vm with Seagort.

example/main.dart

import 'package:seagort/seagort.dart';

void main() {
  compileJS('''
const number = 9;
const letter = 'a';
''');
}
2
likes
130
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

Run JavaScript on the backend/vm with Seagort.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

ffi, path, test

More

Packages that depend on seagort