Overview of EVMole JavaScript (WASM)
masterEVMole JavaScript (WASM) provides a WebAssembly-based implementation of EVMole for use in JavaScript environments. It is built using wasm-pack and is designed to work across modern browsers and various JavaScript bundlers.
To simplify integration, the library provides a default entry point at ./src/evmole_esm.js that includes an await init() call, enabling compatibility with environments that support top-level await.