apollovm 1.9.2
apollovm: ^1.9.2 copied to clipboard
Portable multi-language VM: parse, run and translate Dart, Java, Kotlin, Go, C#, JavaScript, TypeScript, Lua and Python — with on-the-fly Wasm compilation and MCP/LSP servers.
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate apollovmUse it
The package has the following executables:
$ apollovm
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add apollovmThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
apollovm: ^1.9.2Alternatively, 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:apollovm/apollovm.dart';