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
Documentation HTML files can then be found in the `target/doc` directory.
73
80
74
-
If you wish to update the online documentation, push directly to the `release` branch (or ask a maintainer to do so). This will trigger a Travis build that updates the documentation and WebAssembly demo page.
81
+
## Contributing
75
82
76
-
# Contributing
83
+
Contributions are more than welcome, and in many cases we are happy to guide
84
+
contributors through PRs or on gitter.
77
85
78
-
Contributions are more than welcome, and in many cases we are happy to guide contributors through PRs or on gitter.
86
+
With that in mind, please note this project is maintained by volunteers, some of
87
+
the best ways to get started are below:
79
88
80
-
With that in mind, please note this project is maintained by volunteers, some of the best ways to get started are below:
Our code of conduct [can be found here](code-of-conduct.md).
120
125
121
-
# Credit
126
+
##Credit
122
127
123
-
The initial work was based on [windelbouwman/rspython](https://github.com/windelbouwman/rspython) and [shinglyu/RustPython](https://github.com/shinglyu/RustPython)
128
+
The initial work was based on
129
+
[windelbouwman/rspython](https://github.com/windelbouwman/rspython) and
At this stage RustPython only has preliminary support for web assembly. The instructions here are intended for developers or those wishing to run a toy example.
3
+
At this stage RustPython only has preliminary support for web assembly. The
4
+
instructions here are intended for developers or those wishing to run a toy
5
+
example.
5
6
6
7
## Setup
7
8
8
-
To get started, install [wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) and `npm`. ([wasm-bindgen](https://rustwasm.github.io/wasm-bindgen/whirlwind-tour/basic-usage.html) should be installed by `wasm-pack`. if not, install it yourself)
9
+
To get started, install
10
+
[wasm-pack](https://rustwasm.github.io/wasm-pack/installer/) and `npm`.
0 commit comments