···567567 name: ONNX
568568 description: An open format to represent machine learning models
569569 learn more at: https://onnx.ai
570570+571571+- slug: wasm
572572+ name: WASM
573573+ description: WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications.
574574+ learn more at: https://webassembly.org
575575+ files: ["*.wasm"]
576576+ autodetect:
577577+ - wasm-pack in Justfile
578578+ - wasm-bindgen in Justfile