添加32位打包和日志

This commit is contained in:
yuchenglong
2025-11-20 11:20:10 +08:00
parent 2406d600ef
commit 5bdcc7f303
91 changed files with 113 additions and 121774 deletions

View File

@@ -65,6 +65,10 @@ function loadDll() {
throw new Error(`DLL not found in ${dllDir}`);
}
parentPort.postMessage({
type: "log",
payload: `Loading DLL from: ${dllPath}`,
});
lib = koffi.load(dllPath);
return {