Skip to content

Commit 55cc653

Browse files
committed
Prepare the wasm crate for publishing on npm
1 parent de32268 commit 55cc653

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

+1-1
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

+4
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 an 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)