awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesWasm Source-Level Debugging

Maps compiled WebAssembly code back to original source files for source-level debugging.

Distinct from Source-Level Debuggers: Distinct from Source-Level Debuggers: focuses on debugging WebAssembly modules specifically, mapping bytecode back to source.

Explore 4 awesome GitHub repositories matching development tools & productivity · Wasm Source-Level Debugging. Refine with filters or upvote what's useful.

Awesome Wasm Source-Level Debugging GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bytecodealliance/wasm-micro-runtimebytecodealliance का अवतार

    bytecodealliance/wasm-micro-runtime

    5,990GitHub पर देखें↗

    Maps compiled WebAssembly code back to original source files for source-level debugging.

    Caotassembly-scriptembedded
    GitHub पर देखें↗5,990
  • jakubpawlowicz/clean-cssjakubpawlowicz का अवतार

    jakubpawlowicz/clean-css

    4,202GitHub पर देखें↗

    Clean-CSS is a Node.js CSS optimizer and minifier designed to reduce stylesheet file sizes and improve web performance. It functions as a CSS post-processor that removes unnecessary whitespace, comments, and redundant properties from stylesheets. The project utilizes an abstract syntax tree for parsing and a multi-pass optimization pipeline to restructure rules and simplify properties. It features a plugin interface for custom style transformations and provides compatibility-aware minification to ensure styles remain functional across specific legacy browser versions. Additional capabilities

    Generates source maps that link minified production stylesheets back to their original source files.

    JavaScript
    GitHub पर देखें↗4,202
  • clean-css/clean-cssclean-css का अवतार

    clean-css/clean-css

    4,201GitHub पर देखें↗

    Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to decrease total stylesheet volume by removing whitespace, comments, and redundant code. The project provides a pipeline for applying custom transformations and browser compatibility adjustments. It allows for the programmatic modification of CSS rules and values through a plugin system and the use of custom optimization plugins. The tool covers a broad range of asset optimization capabilities, including stylesheet bundling, import rule inlining, and relative URL rebasing. It also

    Generates source maps that link minified CSS production files back to their original source code for debugging.

    JavaScript
    GitHub पर देखें↗4,201
  • jtangelder/sass-loaderjtangelder का अवतार

    jtangelder/sass-loader

    3,895GitHub पर देखें↗

    sass-loader एक बिल्ड टूल प्लगइन है जो वेब ब्राउज़र संगतता के लिए Sass सोर्स फ़ाइलों को मानक CSS में संकलित करता है। यह स्टाइलशीट को संसाधित करने के लिए बिल्ड इंजन रिज़ॉल्यूशन लॉजिक और Sass संकलन इंजनों के बीच एक पुल के रूप में कार्य करता है। यह टूल विभिन्न Sass संकलन इंजनों के लिए एक रैपर प्रदान करता है, जो विशिष्ट इंजन कॉन्फ़िगरेशन की अनुमति देता है। यह आंतरिक पथ रिज़ॉल्यूशन लॉजिक का उपयोग करके बाहरी स्टाइल इम्पोर्ट्स के रिज़ॉल्यूशन को संभालता है और प्रोजेक्ट-व्यापी स्थिरता के लिए एंट्री फ़ाइलों में साझा स्टाइल डेटा और वेरिएबल्स के इंजेक्शन का समर्थन करता है। सिस्टम एक पाइपलाइन के माध्यम से स्टाइल्स के परिवर्तन का प्रबंधन करता है जिसमें संकलित CSS को मूल सोर्स फ़ाइलों से वापस लिंक करने के लिए सोर्स मैप निर्माण और एक रूटिंग तंत्र शामिल है जो कंपाइलर चेतावनियों को बिल्ड आउटपुट पर मैप करता है।

    Enables debugging by mapping compiled stylesheets back to original Sass source files.

    JavaScript
    GitHub पर देखें↗3,895
  1. Home
  2. Development Tools & Productivity
  3. Source-Level Debuggers
  4. Wasm Source-Level Debugging

सब-टैग एक्सप्लोर करें

  • CSS Source MappingMapping minified CSS files back to their original source for debugging. **Distinct from Wasm Source-Level Debugging:** Specializes source-level debugging specifically for CSS instead of WebAssembly bytecode.