Skip to content

Commit cb1b9d3

Browse files
Merge pull request RustPython#602 from coolreader18/prep-wasm-npm
Prepare the wasm crate for publishing on npm
2 parents 81a85cc + eefde87 commit cb1b9d3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustpython"
3-
version = "0.0.1"
3+
version = "0.0.1-pre-alpha.1"
44
authors = ["Windel Bouwman", "Shing Lyu <shing.lyu@gmail.com>"]
55
edition = "2018"
66

wasm/lib/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust.
77
[![Contributors](https://img.shields.io/github/contributors/RustPython/RustPython.svg)](https://github.com/RustPython/RustPython/graphs/contributors)
88
[![Gitter](https://badges.gitter.im/RustPython/Lobby.svg)](https://gitter.im/rustpython/Lobby)
99

10+
# WARNING: this project is still in a pre-alpha state!
11+
12+
**Using this in a production project is inadvisable. Please only do so if you understand the risks.**
13+
1014
## Usage
1115

1216
### Check out our [online demo](https://rustpython.github.io/demo/) running on WebAssembly.

0 commit comments

Comments
 (0)