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
Thanks for your interest in contributing to Edge. This document outlines some recommendations on how to contribute.
4
+
5
+
## Issues and Feature Requests
6
+
7
+
Please provide a failing example if possible to help with issue reproduction.
8
+
9
+
## Pull Requests
10
+
11
+
For large changes, please try reaching out to the Edge maintainers via GitHub Issues or Email to ensure that the change can be accepted once it is ready.
12
+
13
+
Run the following commands before sending a pull request to ensure code quality:
14
+
15
+
-`cargo wasm` Build the `compiler.wasm`.
16
+
-`cargo test --release --no-default-features` Run the compiler test suite.
0 commit comments