nodejs / postject

Easily inject arbitrary read-only resources into executable formats (Mach-O, PE, ELF) and use it at runtime.
Other
187 stars 14 forks source link

feat: provide bundled API #49

Closed RaisinTen closed 2 years ago

RaisinTen commented 2 years ago

Node.js core doesn't support relative require calls, so this change provides a bundled API for Postject, so that it can be used easily in Node.js. Undici too follows the same strategy.

Refs: https://github.com/nodejs/undici/pull/1183 Signed-off-by: Darshan Sen raisinten@gmail.com