awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • fredkschott/snowpackAvatar de FredKSchott

    FredKSchott/snowpack

    19,329Voir sur GitHub↗

    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
    Voir sur GitHub↗19,329
  • lxfater/inpaint-webAvatar de lxfater

    lxfater/inpaint-web

    5,834Voir sur GitHub↗

    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
    Voir sur GitHub↗5,834
  1. Home
  2. Web Development
  3. WebAssembly Compilation
  4. WASM Runtime Loading

Explorer les sous-tags

  • 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.