mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 03:08:22 +00:00
remove emscripten
This commit is contained in:
@@ -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/)
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user