Skip to content

Commit

Permalink
Updating README.md with logo
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Vij <shivanshvij@loopholelabs.io>
  • Loading branch information
ShivanshVij committed Sep 20, 2023
1 parent dd49e54 commit 40e08cc
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Scale
<br/>
<div align="center">
<a href="https://scale.sh">
<img src="docs/logo/dark.svg" alt="Logo" width="180" height="90">
</a>
<p align="center">
A framework for building high-performance plugin systems into any application, all powered by WebAssembly.
</p>

[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://www.apache.org/licenses/LICENSE-2.0)
[![Discord](https://dcbadge.vercel.app/api/server/JYmFhtdPeu?style=flat)](https://loopholelabs.io/discord)
</div>

[Scale](https://scale.sh) is a framework for building high-performance plugin systems into any application, all powered by WebAssembly.

With Scale Functions your users can write fully typed plugins in any language they choose, and your application can easily and safely
With [Scale Functions](https://scale.sh) your users can write fully typed plugins in any language they choose, and your application can easily and safely
run those plugins with the Scale Runtime, which provides state-of-the-art sandboxing, low startup times, and extremely high performance.

Currently, guest plugins can be written in [Golang](https://golang.org), [Rust](https://www.rust-lang.org/), and [Typescript](https://www.typescriptlang.org/), with the Runtime supporting [Golang](https://golang.org) and [Typescript](https://www.typescriptlang.org/) host applications.
Expand Down

0 comments on commit 40e08cc

Please sign in to comment.