On 25/09/20 21:23, 罗勇刚(Yonggang Luo) wrote: > That's what I am tring to fixes? what does one import library per > emulator, can we do this like NodeJS does? > NodeJS have NAPI support across platform. They create a windows .lib from > node.exe
You'd have to create a .lib for qemu-system-aarch64.exe, one for qemu-system-arm.exe, etc. On Linux the same plugin will work for all emulators. Paolo