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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesWASM Runtime Loading

Mechanisms for loading and initializing WebAssembly binaries for browser execution.

Distinct from WebAssembly Compilation: Focuses on the runtime loading and initialization of WASM files rather than the compilation process itself.

Explore 2 awesome GitHub repositories matching web development · WASM Runtime Loading. Refine with filters or upvote what's useful.

Awesome WASM Runtime Loading GitHub Repositories

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

    FredKSchott/snowpack

    19,329GitHub पर देखें↗

    Snowpack is an ESM-powered frontend build tool and development server that serves native ES modules directly to the browser. By eliminating the bundling process during development, it enables nearly instant server startup and unbundled frontend development. The project features a framework-aware hot module reload system that preserves component state during updates, with specific Fast Refresh integration for React, Preact, Svelte, and Vue. It also acts as a modern web transpiler, automatically converting TypeScript, JSX, and CSS Modules into browser-compatible code without requiring manual co

    Loads and initializes WebAssembly files using native browser APIs for high-performance execution.

    JavaScript
    GitHub पर देखें↗19,329
  • lxfater/inpaint-weblxfater का अवतार

    lxfater/inpaint-web

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

    A free and open-source inpainting & image-upscaling tool powered by webgpu and wasm on the browser。| 基于 Webgpu 技术和 wasm 技术的免费开源 inpainting & image-upscaling 工具, 纯浏览器端实现。

    Loads and executes pre-trained machine learning models compiled to WebAssembly for browser-based computation.

    TypeScriptimage-upscalinginpaintingsuper-resolution
    GitHub पर देखें↗5,834
  1. Home
  2. Web Development
  3. WebAssembly Compilation
  4. WASM Runtime Loading

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

  • ML Model LoadersLoading and executing pre-trained machine learning models compiled to WebAssembly for browser-based computation. **Distinct from WASM Runtime Loading:** Distinct from WASM Runtime Loading: focuses on loading ML models specifically, not general WASM binaries.