Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit55cc653

Browse files
committed
Prepare the wasm crate for publishing on npm
1 parentde32268 commit55cc653

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎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 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)

[8]ページ先頭

©2009-2025 Movatter.jp