Skip to content

Latest commit

 

History

History
 
 

evloop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

evloop

This example builds on the hf-runner example. It adds a simple event loop, which allows the JavaScript code to register callbacks using setTimeout() and setImmediate(). It also enables micro-task support, which in turn enables WeakRef support.

Usage

evloop <js-file> [<shared-lib> ...]