-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
16 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 |
---|---|---|
@@ -1 +1,17 @@ | ||
# WebAssembly Playground | ||
|
||
This repository has a series of vscode extensions, which are parts of WebAssembly WebIDE project. | ||
Also this will be a template WebIDE and can be customized to any programming languages, such as python or Ruby, which is another goal. | ||
|
||
## Extensions Included | ||
|
||
* [wasmer-term](https://marketplace.visualstudio.com/items?itemName=KamenokoSoft.wasmer-term) | ||
* Runs [Wasmer.sh](https://wasmer.sh) in a VSCode integrated terminal. | ||
* [emscripten-remote-build](https://marketplace.visualstudio.com/items?itemName=KamenokoSoft.emscripten-remote-build) | ||
* Runs compilations of C/C++ sources with emcc compiler. | ||
|
||
## Customized Versions | ||
|
||
* [Siv3D Studio](https://github.com/nokotan/siv3d-studio) | ||
* Bundles a template project of [OpenSiv3D Project](https://github.com/Siv3D/OpenSiv3D/) | ||
|