Page MenuHomePhorge

runtime.h
No OneTemporary

Size
239 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;
};
extern struct ant_runtime *const rt;
struct ant_runtime *ant_runtime_init(struct js *js);
#endif

File Metadata

Mime Type
text/x-c
Expires
Sat, Aug 1, 2:47 PM (1 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
586925
Default Alt Text
runtime.h (239 B)

Event Timeline