Skip to content

JiJingren/ldid-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ldid-wasm

The WebAssembly port of ldid (Link Identity Editor), allowing you to sign iOS binaries directly in the browser or via Node.js.

Compilation

To build the project from source, ensure you have the Emscripten SDK installed and activated.

1. Clone the Repository (with Submodules)

git clone --recursive https://github.com/JiJingren/ldid-wasm.git
cd ldid-wasm

2. Build

make

3. Output

The build process will create a build/ directory containing:

  • ldid.js / ldid.wasm: The core file.
  • lib/: Compiled static libraries.
  • include/: headers.

About

A WebAssembly port of ldid that can run in browsers and NodeJS.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors