8000 Prepare the wasm crate for publishing on npm by coolreader18 · Pull Request #602 · RustPython/RustPython · GitHub
[go: up one dir, main page]

Skip to content
8000

Prepare the wasm crate for publishing on npm #602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
8000
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustpython"
version = "0.0.1"
version = "0.0.1-pre-alpha.1"
authors = ["Windel Bouwman", "Shing Lyu <shing.lyu@gmail.com>"]
edition = "2018"

Expand Down
4 changes: 4 additions & 0 deletions wasm/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 a 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.
Expand Down
0