awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesWASI Plugin Execution

The execution of plugins compiled to the WebAssembly System Interface within a host application.

Distinct from Plugin Execution Engines: Specifically focuses on WASI as the execution format, whereas the parent is generic to any plugin engine.

Explore 2 awesome GitHub repositories matching software engineering & architecture · WASI Plugin Execution. Refine with filters or upvote what's useful.

Awesome WASI Plugin Execution GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lapce/lapceAvatar von lapce

    lapce/lapce

    38,569Auf GitHub ansehen↗

    Lapce is a high-performance text editor built with Rust that utilizes hardware acceleration for fast rendering and responsiveness. It functions as a modal text editor with Vim-style keybindings to minimize hand movement, an LSP client for language intelligence, and a remote development environment for editing files and executing code on distant servers. The editor features an extensible architecture based on the WebAssembly System Interface, allowing it to execute plugins compiled to WASI for cross-language functionality. It further distinguishes itself by implementing the Debug Adapter Proto

    Executes extensions compiled to the WebAssembly System Interface to enable custom cross-language functionality.

    Rustcode-editordeveloper-toolsrust
    Auf GitHub ansehen↗38,569
  • swc-project/swcAvatar von swc-project

    swc-project/swc

    33,909Auf GitHub ansehen↗

    This project is a high-performance compiler written in Rust that transpiles TypeScript and ECMAScript into compatible JavaScript code. It functions as a TypeScript transpiler, a JavaScript minifier, and a JavaScript bundler. The system distinguishes itself through a WebAssembly plugin host that allows the execution of custom transformation rules without modifying the core binary. It also provides specialized compilation for React source code to improve runtime performance and reduce execution overhead. The broader capability surface includes source-to-source compilation, type annotation stri

    Provides an extensible platform that executes WASI-compliant WebAssembly plugins for custom transformations.

    Rustbabelcompilerecmascript
    Auf GitHub ansehen↗33,909
  1. Home
  2. Software Engineering & Architecture
  3. Plugin Execution Engines
  4. WASI Plugin Execution