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

refactor: split postject into libpostject and postject_wasm #93

Closed branchseer closed 1 month ago

branchseer commented 10 months ago

Split the cmake executable target postject into a library target postject and a wasm executable target postject_wasm.

The PR separates the inject logic from the wasm bridging code, and make it possible to use postject as a pure c++ library without setting up the emscripten SDK.