Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 458 Bytes

docs.md

File metadata and controls

18 lines (12 loc) · 458 Bytes
layout permalink
page
/docs/

Core Library

runtime.js core library — is the main JavaScript module for runtime.js that initializes the system and provides an API for application code. This module also manages interaction with hardware and implements some device drivers.

var runtime = require('runtimejs')

API

Sorry, to be documented...