Testing latest pari + WASM + node.js... and it works?! Wow.
1#define RTLD_LAZY 1 2#define RTLD_GLOBAL 1 3void *dlopen(char *path, int mode); 4void *dlsym(void *handle, char *symbol); 5char *dlerror(void); 6 7