添加32位打包和日志
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user