From 55cc653d9b9cf8fc68e1ac4c5bcfcadbcd71a9da Mon Sep 17 00:00:00 2001 From: coolreader18 <33094578+coolreader18@users.noreply.github.com> Date: Mon, 4 Mar 2019 16:50:30 -0600 Subject: [PATCH 1/3] Prepare the wasm crate for publishing on npm --- Cargo.toml | 2 +- wasm/lib/README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1f366cd43..33c278da33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustpython" -version = "0.0.1" +version = "0.0.1-pre-alpha.1" authors = ["Windel Bouwman", "Shing Lyu "] edition = "2018" diff --git a/wasm/lib/README.md b/wasm/lib/README.md index 6d2f89d932..af0c4d9977 100644 --- a/wasm/lib/README.md +++ b/wasm/lib/README.md @@ -7,6 +7,10 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust. [![Contributors](https://img.shields.io/github/contributors/RustPython/RustPython.svg)](https://github.com/RustPython/RustPython/graphs/contributors) [![Gitter](https://badges.gitter.im/RustPython/Lobby.svg)](https://gitter.im/rustpython/Lobby) +# WARNING: this project is still in an pre-alpha state! + +**Using this in a production project is inadvisable. Please only do so if you understand the risks.** + ## Usage ### Check out our [online demo](https://rustpython.github.io/demo/) running on WebAssembly. From 006e975bc5947f9e7e68c7f6d266db1d64dbc48e Mon Sep 17 00:00:00 2001 From: Joey Date: Mon, 4 Mar 2019 17:16:02 -0600 Subject: [PATCH 2/3] Update wasm/lib/README.md Co-Authored-By: coolreader18 <33094578+coolreader18@users.noreply.github.com> --- wasm/lib/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasm/lib/README.md b/wasm/lib/README.md index af0c4d9977..989e5952e3 100644 --- a/wasm/lib/README.md +++ b/wasm/lib/README.md @@ -7,7 +7,7 @@ A Python-3 (CPython >= 3.5.0) Interpreter written in Rust. [![Contributors](https://img.shields.io/github/contributors/RustPython/RustPython.svg)](https://github.com/RustPython/RustPython/graphs/contributors) [![Gitter](https://badges.gitter.im/RustPython/Lobby.svg)](https://gitter.im/rustpython/Lobby) -# WARNING: this project is still in an pre-alpha state! +# WARNING: this project is still in a pre-alpha state! **Using this in a production project is inadvisable. Please only do so if you understand the risks.** From eefde87594afa21cae574a0138203b60560fb0b0 Mon Sep 17 00:00:00 2001 From: coolreader18 <33094578+coolreader18@users.noreply.github.com> Date: Mon, 4 Mar 2019 21:17:29 -0600 Subject: [PATCH 3/3] Cargo.lock update --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 2fa56aaa77..2d615ee654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,7 +720,7 @@ dependencies = [ [[package]] name = "rustpython" -version = "0.0.1" +version = "0.0.1-pre-alpha.1" dependencies = [ "clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",