FINALHOME

Home Blog Tags About
Follow Astro on Twitter Go to Astro's GitHub repo

Electron 中使用 native 模块

Dec 30, 2023

前言

最好的一个示例: amilajack/erb-sqlite-example: An example of erb with native dependencies (sqlite3 in this case)

重点

  • native 模块,是运行在 node 环境下的, 浏览器 renderer 环境下,是不支持的
  • native 模块,需要重新编译,才能在 electron 环境下运行

Electron 中的使用

Native Node Modules | Electron

© 2024 Leo Hui. All rights reserved.