Page MenuHomePhorge

runtime.c
No OneTemporary

Size
360 B
Referenced Files
None
Subscribers
None

runtime.c

#include <stdio.h>
#include <stdlib.h>
#include "runtime.h"
static struct ant_runtime runtime = {0};
struct ant_runtime *const rt = &runtime;
struct ant_runtime *ant_runtime_init(struct js *js) {
runtime.js = js;
runtime.ant_obj = js_mkobj(js);
runtime.crypto_initialized = 0;
js_set(js, js_glob(js), "Ant", runtime.ant_obj);
return &runtime;
}

File Metadata

Mime Type
text/x-c
Expires
Sun, May 3, 7:29 AM (2 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
533202
Default Alt Text
runtime.c (360 B)

Event Timeline