10000 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

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
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update wasm/lib/README.md
Co-Authored-By: coolreader18 <33094578+coolreader18@users.noreply.github.com>
  • Loading branch information
OddCoincidence and coolreader18 authored Mar 4, 2019
commit 006e975bc5947f9e7e68c7f6d266db1d64dbc48e
2 changes: 1 addition & 1 deletion wasm/lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.**

Expand Down
0