Some checks failed
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
13 lines
208 B
C
13 lines
208 B
C
#ifndef QJS_WOTA_H
|
|
#define QJS_WOTA_H
|
|
|
|
#include <quickjs.h>
|
|
#include "wota.h"
|
|
|
|
JSValue js_wota_use(JSContext*);
|
|
|
|
void *value2wota(JSContext*, JSValue, JSValue);
|
|
JSValue wota2value(JSContext*, void*);
|
|
|
|
#endif
|