mix ex4pm.engine.gen.adapter (ex4pm v26.9.9)

Copy Markdown View Source

Generates a new WASM adapter module for Ex4pm.Engine.Wasm, following the exact pattern established by Ex4pmEngine.Wasm.Mean.

mix ex4pm.engine.gen.adapter <algorithm_id>

Creates apps/ex4pm_engine/lib/ex4pm_engine/wasm/<algorithm_id>.ex defining Ex4pmEngine.Wasm.<CamelizedAlgorithmId>, a thin per-algorithm wrapper that names the admitted export symbol (defaulted to the algorithm id itself) and delegates real execution to Ex4pm.Engine.Wasm.execute/3.