Last updated:
0 purchases
seagort
Seagort #
NIMA Code: nima006
Seagort is a Dart Package for compiling JavaScript outside the web. With this package, you can write JavaScript Code and run it, producing the result as a String.
This is the main version of seagort, (tagged rust-seagort, as it is the golang implementation of the package library).
import 'package:seagort/seagort.dart';
void main() {
print(compileJS('console.log("Hello, World!");'));
}
copied to clipboard
For more on the engine that runs this package, check the utils/engine directory of this package.
Contributing #
In order to work on this project, you will need to have cargo installed, as well as dart.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.