Files
napi-go/module/napi_module.c
Matheus Sampaio Queiroga 813d742aff Add docs and remove threadsafe_function
- Add new function to ValueType conversion
- Add more docs to functions and minor changes
- rename entry to module
- don't expose Value and Env structs.

Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
2025-05-17 01:36:40 -03:00

6 lines
81 B
C

#include <stdlib.h>
#include "./entry.h"
NAPI_MODULE(napiGo, initializeModule)