0.3.0 • Published 2 years ago

@fluencelabs/avm-runner-node v0.3.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 years ago

AVM runner implementation for nodejs

AVM runner is the abstraction over Aqua virtual machine (AVM) interpreter designed to allow run it in different contexts such as web workers in browsers or worker threads on nodejs.

The package provides implementation for nodejs based on worker threads.

Usage

To use AvmRunnerBackground with Fluence JS refer to the official documentation

Building

First you need to build the runner script:

./build_runner.sh

Then build the npm package:

npm install
npm run build

Running test

Tests are located in the same package. To run tests:

npm run test

License

Apache 2.0