Introduction
elf-cam is a WebAssembly(WASM) module to extract very specific information from binary files built for Linux, also known as ELF files.
It's used by other Netlify projects to detect Go and Rust binaries built for Netlify Functions.
Usage
;; const buffer = await ;try const runtime = elf; catch error console;
Development
wasm-pack build
🛠️ Build with wasm-pack build --target nodejs --release
wasm-pack publish
🎁 Publish to NPM with wasm-pack publish