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
*Note*: this Code of Conduct pertains to individuals' behavior. Please also see the [Organizational Code of Conduct][OCoC].
4
+
8
5
## Our Pledge
9
6
10
-
In the interest of fostering an open and welcoming environment, we as
11
-
contributors and maintainers pledge to make participation in our project and
12
-
our community a harassment-free experience for everyone, regardless of age, body
13
-
size, disability, ethnicity, sex characteristics, gender identity and expression,
14
-
level of experience, education, socio-economic status, nationality, personal
15
-
appearance, race, religion, or sexual identity and orientation.
7
+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
16
8
17
9
## Our Standards
18
10
19
-
Examples of behavior that contributes to creating a positive environment
20
-
include:
11
+
Examples of behavior that contributes to creating a positive environment include:
21
12
22
13
* Using welcoming and inclusive language
23
14
* Being respectful of differing viewpoints and experiences
@@ -27,55 +18,32 @@ include:
27
18
28
19
Examples of unacceptable behavior by participants include:
29
20
30
-
* The use of sexualized language or imagery and unwelcome sexual attention or
31
-
advances
21
+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
32
22
* Trolling, insulting/derogatory comments, and personal or political attacks
33
23
* Public or private harassment
34
-
* Publishing others' private information, such as a physical or electronic
35
-
address, without explicit permission
36
-
* Other conduct which could reasonably be considered inappropriate in a
37
-
professional setting
24
+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
25
+
* Other conduct which could reasonably be considered inappropriate in a professional setting
38
26
39
27
## Our Responsibilities
40
28
41
-
Project maintainers are responsible for clarifying the standards of acceptable
42
-
behavior and are expected to take appropriate and fair corrective action in
43
-
response to any instances of unacceptable behavior.
29
+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
44
30
45
-
Project maintainers have the right and responsibility to remove, edit, or
46
-
reject comments, commits, code, wiki edits, issues, and other contributions
47
-
that are not aligned to this Code of Conduct, or to ban temporarily or
48
-
permanently any contributor for other behaviors that they deem inappropriate,
49
-
threatening, offensive, or harmful.
31
+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
50
32
51
33
## Scope
52
34
53
-
This Code of Conduct applies within all project spaces, and it also applies when
54
-
an individual is representing the project or its community in public spaces.
55
-
Examples of representing a project or community include using an official
56
-
project e-mail address, posting via an official social media account, or acting
57
-
as an appointed representative at an online or offline event. Representation of
58
-
a project may be further defined and clarified by project maintainers.
35
+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
59
36
60
37
## Enforcement
61
38
62
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
63
-
reported by contacting the project team at otc.community.care@intel.com. All
64
-
complaints will be reviewed and investigated and will result in a response that
65
-
is deemed necessary and appropriate to the circumstances. The project team is
66
-
obligated to maintain confidentiality with regard to the reporter of an incident.
67
-
Further details of specific enforcement policies may be posted separately.
39
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the Bytecode Alliance CoC team at [report@bytecodealliance.org](mailto:report@bytecodealliance.org). The CoC team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The CoC team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
68
40
69
-
Project maintainers who do not follow or enforce the Code of Conduct in good
70
-
faith may face temporary or permanent repercussions as determined by other
71
-
members of the project's leadership.
41
+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the Bytecode Alliance's leadership.
72
42
73
43
## Attribution
74
44
75
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
76
-
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
45
+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
77
46
47
+
[OCoC]: ORG_CODE_OF_CONDUCT.md
78
48
[homepage]: https://www.contributor-covenant.org
79
-
80
-
For answers to common questions about this code of conduct, see
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -36,5 +36,4 @@ We use GitHub issues to track public bugs. Report a bug by [open a new issue](ht
36
36
Code of Conduct
37
37
===============
38
38
39
-
This project is governed by the [Contributor Covenant](CODE_OF_CONDUCT.md).
40
-
All contributors and participants agree to abide by its terms.
39
+
WAMR is a [Bytecode Alliance](https://bytecodealliance.org/) project, and follows the Bytecode Alliance's [Code of Conduct](CODE_OF_CONDUCT.md) and [Organizational Code of Conduct](ORG_CODE_OF_CONDUCT.md).
Copy file name to clipboardexpand all lines: README.md
+8-3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
WebAssembly Micro Runtime
2
2
=========================
3
+
4
+
**A [Bytecode Alliance][BA] project**
5
+
6
+
[BA]: https://bytecodealliance.org/
7
+
3
8
WebAssembly Micro Runtime (WAMR) is a standalone WebAssembly (WASM) runtime with small footprint. It includes a few parts as below:
4
9
- A WebAssembly VM core (namely iwasm)
5
10
- The supporting API's for the WASM applications
@@ -57,7 +62,7 @@ Embed WAMR
57
62
58
63
WAMR can be built into a standalone executable which takes the WASM application file name as input, and then executes it. In some other situations, the WAMR source code is embedded the product code and built into the final product.
59
64
60
-
WAMR provides a set of C API for loading the WASM module, instantiating the module and invoking a WASM function from a native call.
65
+
WAMR provides a set of C API for loading the WASM module, instantiating the module and invoking a WASM function from a native call.
61
66
62
67
See the [doc/embed_wamr.md](./doc/embed_wamr.md) for the details.
0 commit comments