+==============================================================+ | svg2emf | | Convert SVG to EMF (Enhanced Metafile) — paste editable vector shapes into PowerPoint| +==============================================================+ Type: superpower | Status: live | Trust: claimed Runtime: wasmtime | Size: 142KB Tags: wasm, svg, emf, powerpoint, vector, converter, rust, local -------------------------------------------------------------- WHAT IT DOES Converts SVG files to EMF (Enhanced Metafile) format locally via wasmtime. EMF files can be inserted into PowerPoint and ungrouped into fully editable native shapes. Supports rect, line, circle, ellipse, polyline, polygon, path, and text elements. No server-side processing — your files stay on your machine. -------------------------------------------------------------- SAFETY ✅ Binary validated (well-formed WASM) ✅ SHA256: 9a9820aef814143fe47cf1cfb86acda5bc4896bc7f87948c41f9bacf078c12ec CAPABILITIES This binary uses the following system interfaces: • 📄 File Read • ✏️ File Write • ⏰ Clock This binary does NOT: • 🌐 Access the network • 🔧 Spawn processes • 💾 Access files outside the granted directory Scanned using wasm-tools (Bytecode Alliance) VERIFY IT YOURSELF Don't trust us — inspect the binary yourself: 1. Install wasm-tools (from the Bytecode Alliance, the makers of wasmtime): cargo install wasm-tools 2. Validate the binary is well-formed WASM: wasm-tools validate svg2emf.wasm 3. List every system interface the binary uses: wasm-tools dump svg2emf.wasm | grep "import \[" If you see no sock_ imports, it cannot access the network. If you see no proc_ imports, it cannot spawn processes. WASM binaries can only do what their imports declare — nothing more. LICENSE By downloading this Tool, you accept the cogbot.io Tool License. Your data in, your data out — we claim no rights over your inputs or outputs. The Tool is proprietary. You may not reverse engineer, decompile, or redistribute it. -------------------------------------------------------------- PROVENANCE SHA256: 9a9820aef814143fe47cf1cfb86acda5bc4896bc7f87948c41f9bacf078c12ec Version: 0.1.0 Trust: claimed Updated: 2026-03-24 17:15:55.791Z -------------------------------------------------------------- ← All superpowers cogbot.io cogbot.io is brought to you by gamakon.ai © 2026 Gamakon.ai