Page MenuHomePhorge

runtime.h
No OneTemporary

Size
273 B
Referenced Files
None
Subscribers
None

runtime.h

#ifndef RUNTIME_H
#define RUNTIME_H
#include "ant.h"
struct ant_runtime {
struct js *js;
jsval_t ant_obj;
int crypto_initialized;
int external_event_loop_active;
};
extern struct ant_runtime *const rt;
struct ant_runtime *ant_runtime_init(struct js *js);
#endif

File Metadata

Mime Type
text/x-c
Expires
Sun, May 3, 9:40 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
525417
Default Alt Text
runtime.h (273 B)

Event Timeline