You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contribute/contribute.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ Before opening any issue, please look up the existing [issues](https://github.co
63
63
64
64
When reporting issues, always include:
65
65
66
-
-Version of your system
67
-
-Configuration files of WasmEdge
66
+
- Version of your system
67
+
- Configuration files of WasmEdge
68
68
69
69
Because the issues are open to the public, when submitting the log and configuration files, be sure to remove any sensitive information, e.g. user name, password, IP address, and company name. You can replace those parts with "REDACTED" or other strings like "\*\*\*\*". Be sure to include the steps to reproduce the problem if applicable. It can help us understand and fix your issue faster.
Copy file name to clipboardExpand all lines: docs/contribute/installer.md
+60-60Lines changed: 60 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,115 +48,115 @@ The real installer handles all stuff. It supports python2.7 (not tested on earli
48
48
49
49
### Help Msg
50
50
51
-
-Short Option: `-h`
52
-
-Full Option: `--help`
53
-
-Description: Show this help message and exit.
51
+
- Short Option: `-h`
52
+
- Full Option: `--help`
53
+
- Description: Show this help message and exit.
54
54
55
55
### Verbose
56
56
57
-
-Short Option: `-D`
58
-
-Full Option: `--debug`
59
-
-Description: Enable verbosity debug
57
+
- Short Option: `-D`
58
+
- Full Option: `--debug`
59
+
- Description: Enable verbosity debug
60
60
61
61
### Specify the version of WasmEdge to install
62
62
63
-
-Short Option: `-v VERSION`
64
-
-Full Option: `--version VERSION`
65
-
-Description: Install the given VERSION of WasmEdge
66
-
-Available Value: VERSION `0.11.2` or other valid release versions.
67
-
-Note - In the case of supplied an invalid or nonexistent version, the installer exists with an error.
63
+
- Short Option: `-v VERSION`
64
+
- Full Option: `--version VERSION`
65
+
- Description: Install the given VERSION of WasmEdge
66
+
- Available Value: VERSION `0.11.2` or other valid release versions.
67
+
- Note - In the case of supplied an invalid or nonexistent version, the installer exists with an error.
68
68
69
69
### Installation path
70
70
71
-
-Short Option: `-p PATH`
72
-
-Full Option: `--path PATH`
73
-
-Description: Install WasmEdge into the given PATH. The default Path is `$HOME/.wasmedge`.
74
-
-Note - In any path other than the ones starting with `/usr` are treated as non system paths in the internals of the installer. The consequences are different directory structures for both.
75
-
-Note - If the path not exists, the folder will be created.
71
+
- Short Option: `-p PATH`
72
+
- Full Option: `--path PATH`
73
+
- Description: Install WasmEdge into the given PATH. The default Path is `$HOME/.wasmedge`.
74
+
- Note - In any path other than the ones starting with `/usr` are treated as non system paths in the internals of the installer. The consequences are different directory structures for both.
75
+
- Note - If the path not exists, the folder will be created.
76
76
77
77
### Uninstallation
78
78
79
79
#### Run uninstaller before installing
80
80
81
-
-Short Option: `-r {yes,no}`
82
-
-Full Option: `--remove-old {yes, no}`
83
-
-Description: Run the uninstaller script before installing. Default `yes`.
81
+
- Short Option: `-r {yes,no}`
82
+
- Full Option: `--remove-old {yes, no}`
83
+
- Description: Run the uninstaller script before installing. Default `yes`.
-Available Value (case sensitive): Supported Extensions `'tensorflow', 'image', 'all'`.
93
+
- Short Option: `-e [EXTENSIONS [EXTENSIONS ...]]`
94
+
- Full Option: `--extension [EXTENSIONS [EXTENSIONS ...]]`
95
+
- Description: Install wasmedge-extension tools.
96
+
- Available Value (case sensitive): Supported Extensions `'tensorflow', 'image', 'all'`.
97
97
98
98
#### Tensorflow Extensions Library Version
99
99
100
-
-Full Option: `--tf-version TF_VERSION`
101
-
-Description: Install the given VERSION of the library of the Tensorflow and Tensorflow lite extension. Only available when the `Extensions` is set to `all` or `tensorflow`.
102
-
-Note - It's the same as the WasmEdge version if not specified.
100
+
- Full Option: `--tf-version TF_VERSION`
101
+
- Description: Install the given VERSION of the library of the Tensorflow and Tensorflow lite extension. Only available when the `Extensions` is set to `all` or `tensorflow`.
102
+
- Note - It's the same as the WasmEdge version if not specified.
103
103
104
104
#### Tensorflow Extensions Dependencies Version
105
105
106
-
-Full Option: `--tf-deps-version TF_DEPS_VERSION`
107
-
-Description: Install the given VERSION of the dependencies of the Tensorflow and Tensorflow lite extension. Only available when the `Extensions` is set to `all` or `tensorflow`.
108
-
-Note - It's the same as the WasmEdge version if not specified.
106
+
- Full Option: `--tf-deps-version TF_DEPS_VERSION`
107
+
- Description: Install the given VERSION of the dependencies of the Tensorflow and Tensorflow lite extension. Only available when the `Extensions` is set to `all` or `tensorflow`.
108
+
- Note - It's the same as the WasmEdge version if not specified.
-Description: Install the given VERSION of the tools of the Tensorflow and Tensorflow lite extension. Only available when the `Extensions` is set to `all` or `tensorflow`.
114
-
-Note - It's the same as the WasmEdge version if not specified.
112
+
- Full Option: `--tf-tools-version TF_TOOLS_VERSION`
113
+
- Description: Install the given VERSION of the tools of the Tensorflow and Tensorflow lite extension. Only available when the `Extensions` is set to `all` or `tensorflow`.
114
+
- Note - It's the same as the WasmEdge version if not specified.
115
115
116
116
#### Image Extensions Version
117
117
118
-
-Full Option: `--image-version IMAGE_VERSION`
119
-
-Description: Install the given VERSION of the Image extension. Only available when the `Extensions` is set to `all` or `image`.
120
-
-Note - It's the same as the WasmEdge version if not specified.
118
+
- Full Option: `--image-version IMAGE_VERSION`
119
+
- Description: Install the given VERSION of the Image extension. Only available when the `Extensions` is set to `all` or `image`.
120
+
- Note - It's the same as the WasmEdge version if not specified.
121
121
122
122
### Plugins
123
123
124
-
-Note - Currently `--plugins` is an experimental option.
124
+
- Note - Currently `--plugins` is an experimental option.
125
125
126
-
-Full Option: `--plugins wasi_crypto:0.11.0`
126
+
- Full Option: `--plugins wasi_crypto:0.11.0`
127
127
128
-
-Note - The format for this argument is `<plugin_name>:<version_number>`. `<version_number>` is not compulsory. For example `--plugins wasi_crypto` is a valid option.
129
-
-Note - `<plugin_name>` is cases sensitive. Allowed values are stated [here](https://wasmedge.org/docs/contribute/plugin/intro) in the `Rust Crate` column. The logic is that the release name should be the same.
130
-
-Note - It's the same as the WasmEdge version if not specified.
128
+
- Note - The format for this argument is `<plugin_name>:<version_number>`. `<version_number>` is not compulsory. For example `--plugins wasi_crypto` is a valid option.
129
+
- Note - `<plugin_name>` is cases sensitive. Allowed values are stated [here](https://wasmedge.org/docs/contribute/plugin/intro) in the `Rust Crate` column. The logic is that the release name should be the same.
130
+
- Note - It's the same as the WasmEdge version if not specified.
131
131
132
132
### DIST
133
133
134
-
-Full Option: `--dist ubuntu20.04` or `--dist manylinux2014`
135
-
-Note - the `ubuntu20.04` and `manylinux2014` values are case insensitive and only these two are currently supported.
136
-
-Note - Specifying `--dist` value for `Darwin` has no effect.
137
-
-Note - For `Linux` platform if the distribution matches exactly as `Ubuntu 20.04` which is checked using `lsb_release` and python's `platform.dist()` functionality then it is set to `ubuntu20.04` if not specified, else it is used without questioning. However different release packages for WasmEdge are available only after `0.11.1` release below which there is no effect of specifying this option.
134
+
- Full Option: `--dist ubuntu20.04` or `--dist manylinux2014`
135
+
- Note - the `ubuntu20.04` and `manylinux2014` values are case insensitive and only these two are currently supported.
136
+
- Note - Specifying `--dist` value for `Darwin` has no effect.
137
+
- Note - For `Linux` platform if the distribution matches exactly as `Ubuntu 20.04` which is checked using `lsb_release` and python's `platform.dist()` functionality then it is set to `ubuntu20.04` if not specified, else it is used without questioning. However different release packages for WasmEdge are available only after `0.11.1` release below which there is no effect of specifying this option.
138
138
139
139
### Platform and OS
140
140
141
-
-Full Option: `--platform PLATFORM` or `--os OS`
142
-
-Description: Install the given `PLATFORM` or `OS` version of WasmEdge. This value should be case insensitive to make the maximum compatibility.
143
-
-Available Value (case insensitive): "Linux", "Darwin", "Windows".
141
+
- Full Option: `--platform PLATFORM` or `--os OS`
142
+
- Description: Install the given `PLATFORM` or `OS` version of WasmEdge. This value should be case insensitive to make the maximum compatibility.
143
+
- Available Value (case insensitive): "Linux", "Darwin", "Windows".
144
144
145
145
### Machine and Arch
146
146
147
-
-Full Option: `--machine MACHINE` or `--arch ARCH`
148
-
-Description: Install the given `MACHINE` or `ARCH` version of WasmEdge.
149
-
-Available Value: "x86_64", "aarch64".
147
+
- Full Option: `--machine MACHINE` or `--arch ARCH`
148
+
- Description: Install the given `MACHINE` or `ARCH` version of WasmEdge.
149
+
- Available Value: "x86_64", "aarch64".
150
150
151
151
## Behavior
152
152
153
-
-If there exists an installation at `$HOME/.wasmedge` which is to be noted as the default installation path, it is removed with or without uninstaller's invocation.
154
-
-WasmEdge installation appends all the files it installs to a file which is located in the installer directory named `env` with it's path as `$INSTALLATION_PATH/env`
153
+
- If there exists an installation at `$HOME/.wasmedge` which is to be noted as the default installation path, it is removed with or without uninstaller's invocation.
154
+
- WasmEdge installation appends all the files it installs to a file which is located in the installer directory named `env` with it's path as `$INSTALLATION_PATH/env`
155
155
156
156
### Shell and it's configuration
157
157
158
-
-Source string in shell configuration is given as `. $INSTALLATION_PATH/env` so that it exports the necessary environment variables for WasmEdge.
159
-
-Shell configuration file is appended with source string if it cannot find the source string in that file.
160
-
-Currently it detects only `Bash` and `zsh` shells.
161
-
-If the above shells are found, then their respective configuration files `$HOME/.bashrc` and `$HOME/.zshrc` are updated along with `$HOME/.zprofile` and `$HOME/.bash_profile` in case of Linux.
162
-
-In case of `Darwin`, only `$HOME/.zprofile` is updated with the source string.
158
+
- Source string in shell configuration is given as `. $INSTALLATION_PATH/env` so that it exports the necessary environment variables for WasmEdge.
159
+
- Shell configuration file is appended with source string if it cannot find the source string in that file.
160
+
- Currently it detects only `Bash` and `zsh` shells.
161
+
- If the above shells are found, then their respective configuration files `$HOME/.bashrc` and `$HOME/.zshrc` are updated along with `$HOME/.zprofile` and `$HOME/.bash_profile` in case of Linux.
162
+
- In case of `Darwin`, only `$HOME/.zprofile` is updated with the source string.
Copy file name to clipboardExpand all lines: docs/contribute/overview.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,25 @@ Contribution is always welcome! The WebAssembly ecosystem is still in its early
9
9
10
10
To help new contributors understand WasmEdge development workflow, this guide will include
11
11
12
-
-[Build WasmEdge and WasmEdge plug-in from source on different platforms](/category/build-wasmedge-from-source)
13
-
-[WasmEdge Plug-in system introduction](/category/wasmedge-plugin-system)
14
-
-[Test WasmEdge](test.md)
15
-
-[WasmEdge Fuzzing](fuzzing.md)
16
-
-[WasmEdge internal explanation](internal.md)
17
-
-[WasmEdge installer system explanation](installer.md)
18
-
-[contributing steps](contribute.md)
19
-
-[WasmEdge release process](release.md)
20
-
-[Join WasmEdge community](community.md)
12
+
-[Build WasmEdge and WasmEdge plug-in from source on different platforms](/category/build-wasmedge-from-source)
13
+
-[WasmEdge Plug-in system introduction](/category/wasmedge-plugin-system)
14
+
-[Test WasmEdge](test.md)
15
+
-[WasmEdge Fuzzing](fuzzing.md)
16
+
-[WasmEdge internal explanation](internal.md)
17
+
-[WasmEdge installer system explanation](installer.md)
18
+
-[contributing steps](contribute.md)
19
+
-[WasmEdge release process](release.md)
20
+
-[Join WasmEdge community](community.md)
21
21
22
22
## Ideas for contributions
23
23
24
24
If you're looking for something to contribute, we have issues
25
25
26
-
-labeled with [`good first issue`](https://github.com/WasmEdge/WasmEdge/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22), which are recommendations for developers to contribute to WasmEdge by working on some easy tasks. These tasks will help contributors to learn the WasmEdge development workflow.
26
+
- labeled with [`good first issue`](https://github.com/WasmEdge/WasmEdge/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22), which are recommendations for developers to contribute to WasmEdge by working on some easy tasks. These tasks will help contributors to learn the WasmEdge development workflow.
27
27
28
-
-labeled with [`help wanted`](https://github.com/WasmEdge/WasmEdge/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), for which are we need suggestions and opinions from the community.
28
+
- labeled with [`help wanted`](https://github.com/WasmEdge/WasmEdge/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22), for which are we need suggestions and opinions from the community.
29
29
30
-
-[Roadmap](https://github.com/WasmEdge/WasmEdge/blob/master/docs/ROADMAP.md) for every year, which elaborates the new features in the coming days. You're also welcome to pick one.
30
+
-[Roadmap](https://github.com/WasmEdge/WasmEdge/blob/master/docs/ROADMAP.md) for every year, which elaborates the new features in the coming days. You're also welcome to pick one.
31
31
32
32
If you find something is missing, don't hesitate to create an issue and let us know. Again, WasmEdge is open in development.
0 commit comments