remove emscripten

This commit is contained in:
M.Amin Rayej
2024-10-29 13:58:08 +03:30
parent 33a6908669
commit 3b6c0d2253
65 changed files with 16 additions and 8797 deletions

View File

@@ -17,7 +17,7 @@ curl https://sh.rustup.rs -sSf | sh
### Windows
Windows is fully supported by Wasmer. WASI is also fully supported, but Emscripten support is still experimental.
Windows is fully supported by Wasmer. WASI is also fully supported.
1. Install [Visual Studio](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15)
2. Install [Rust for Windows](https://win.rustup.rs/)

View File

@@ -8,7 +8,6 @@ digraph dependencies {
n8 [label="wasmer-types", color=orange];
n9 [label="wasmer-vm", color=orange];
n10 [label="wasmer-c-api", color=orange];
n11 [label="wasmer-emscripten", color=orange];
n12 [label="wasmer-wasi", color=orange];
n13 [label="wasmer-cache", color=orange];
n14 [label="wasmer-cli", color=orange];
@@ -45,7 +44,6 @@ digraph dependencies {
color=brown;
n12 [label="wasmer-wasi", color=orange];
n11 [label="wasmer-emscripten", color=orange];
}
n14 -> n13 [color=orange, style=dashed];