Skip to content

Commit 5fb5db9

Browse files
committed
relocate wasm test crate under example_projects
1 parent 916d3ba commit 5fb5db9

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

wasm/wasm-unknown-test/.cargo/config.toml renamed to example_projects/wasm32_without_js/rustpython-without-js/.cargo/config.toml

File renamed without changes.

wasm/wasm-unknown-test/Cargo.toml renamed to example_projects/wasm32_without_js/rustpython-without-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "wasm-unknown-test"
2+
name = "rustpython-without-js"
33
version = "0.1.0"
44
edition = "2021"
55

wasm/wasm-unknown-test/README.md renamed to example_projects/wasm32_without_js/rustpython-without-js/README.md

File renamed without changes.

wasm/wasm-unknown-test/src/lib.rs renamed to example_projects/wasm32_without_js/rustpython-without-js/src/lib.rs

File renamed without changes.

0 commit comments

Comments
 (0)