Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Testing latest pari + WASM + node.js... and it works?! Wow.

28495 views
License: GPL3
ubuntu2004
1
#define RTLD_LAZY 1
2
#define RTLD_GLOBAL 1
3
void *dlopen(char *path, int mode);
4
void *dlsym(void *handle, char *symbol);
5
char *dlerror(void);
6
7