refactor(libwaku): async (#3180)

This commit is contained in:
richΛrd
2024-12-02 10:56:12 -04:00
committed by GitHub
parent 439a3ae394
commit 9dc1b88b18
13 changed files with 322 additions and 292 deletions
-3
View File
@@ -58,9 +58,6 @@ json_config = "{ \
callback_type = ctypes.CFUNCTYPE(None, ctypes.c_int, ctypes.c_char_p, ctypes.c_size_t)
# libwaku setup
libwaku.waku_setup()
# Node creation
libwaku.waku_new.restype = ctypes.c_void_p
libwaku.waku_new.argtypes = [ctypes.c_char_p,