eryx-precompile-0.4.6 is not a library.
CLI tool for pre-compiling eryx WASM runtimes.
Pre-initializes Python and/or pre-compiles WASM to native code, producing artifacts that dramatically speed up sandbox creation.
Examples
# One-time setup for crates.io users (downloads + compiles for your platform)
# Pre-init + compile for Fly.io (x86-64-v3, no AVX-512)
# Pre-init only (output pre-initialized .wasm for later compilation)
# AOT compile only (no pre-init, for already pre-initialized .wasm)
# Pre-init with packages (wheels, tar.gz, or directories)
# Pre-init with site-packages directory
# Verify packages work (not just import)