seagort

Creator: coderz1093

Last updated:

0 purchases

seagort Image
seagort Images
Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator