摘要:
Go语言调用动态库需要注意动态库的版本,比如调用32位的动态库必须使用32位的go,否则会报下面的错误(xxx.dll是动态库的名称): panic: Failed to load xxx.dll: %1 is not a valid Win32 application. 使用syscall的New 阅读全文
摘要:
Minimizing Go WebAssembly Binary Size https://dev.bitolog.com/minimizing-go-webassembly-binary-size/ Posted on October 9, 2020 by Omri Cohen Estimated 阅读全文