add wota replacer and reviver

This commit is contained in:
2025-03-13 15:21:01 -05:00
parent 1332af93ab
commit eb3a41be69
5 changed files with 510 additions and 507 deletions

View File

@@ -357,4 +357,4 @@ JSModuleDef *JS_INIT_MODULE(JSContext *ctx, const char *module_name) {
if (!m) return NULL;
JS_AddModuleExportList(ctx, m, js_nota_funcs, sizeof(js_nota_funcs)/sizeof(JSCFunctionListEntry));
return m;
}
}