-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2c50920
commit 13b3d20
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# wasm-run | ||
Run WASM based code executions in the browser easily | ||
|
||
|
||
## Goal of the project | ||
|
||
The goal of this project is to build an easy way to execute various programming languages in React via WebAssembly. | ||
|
||
People should be able to use this project to embed executable code snippets on their websites easily! | ||
|
||
We're building this as new component to be used inside the [Slip](https://www.slip.so) authoring tool. | ||
|