@fluencelabs/avm-runner-node
v0.3.0
Published
AVM runner implementation for nodejs based on worker threads
Downloads
7
Keywords
Readme
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