Skip to content

ARTS v1.0.0

Choose a tag to compare

@nampereira nampereira released this 31 Jan 18:36
· 131 commits to master since this release
4d582bd

First ARTS Release

ARTS is responsible for managing computational resources available in an ARENA realm (realms represent a geographically distinct set of resources). It uses WASM modules as a basic compute unit that can run in isolation in a distributed set of available runtimes, which run in, e.g., headsets, phones, laptops, embedded routers, or edge servers. Runtimes register in ARTS their availability, resources, and host system access APIs implemented. As applications are started, ARTS decides the best available compute resource(s) to run the application and monitors its execution to adapt to changing resource availability and consumption.

Contributors