summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/cli/Cargo.toml2
-rw-r--r--crates/tinywasm/Cargo.toml (renamed from crates/core/Cargo.toml)0
-rw-r--r--crates/tinywasm/src/error.rs (renamed from crates/core/src/error.rs)0
-rw-r--r--crates/tinywasm/src/instructions.rs (renamed from crates/core/src/instructions.rs)0
-rw-r--r--crates/tinywasm/src/lib.rs (renamed from crates/core/src/lib.rs)0
-rw-r--r--crates/tinywasm/src/module.rs (renamed from crates/core/src/module.rs)0
-rw-r--r--crates/tinywasm/src/std.rs (renamed from crates/core/src/std.rs)0
m---------crates/tinywasm/tests/spec/testsuite0
8 files changed, 1 insertions, 1 deletions
diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml
index cdd0266..4a9974b 100644
--- a/crates/cli/Cargo.toml
+++ b/crates/cli/Cargo.toml
@@ -10,6 +10,6 @@ path="bin.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-tinywasm={path="../core"}
+tinywasm={path="../tinywasm"}
argh="0.1"
color-eyre="0.6"
diff --git a/crates/core/Cargo.toml b/crates/tinywasm/Cargo.toml
index 2f71aa9..2f71aa9 100644
--- a/crates/core/Cargo.toml
+++ b/crates/tinywasm/Cargo.toml
diff --git a/crates/core/src/error.rs b/crates/tinywasm/src/error.rs
index b9c93c4..b9c93c4 100644
--- a/crates/core/src/error.rs
+++ b/crates/tinywasm/src/error.rs
diff --git a/crates/core/src/instructions.rs b/crates/tinywasm/src/instructions.rs
index e3e6a08..e3e6a08 100644
--- a/crates/core/src/instructions.rs
+++ b/crates/tinywasm/src/instructions.rs
diff --git a/crates/core/src/lib.rs b/crates/tinywasm/src/lib.rs
index 3d572a2..3d572a2 100644
--- a/crates/core/src/lib.rs
+++ b/crates/tinywasm/src/lib.rs
diff --git a/crates/core/src/module.rs b/crates/tinywasm/src/module.rs
index 1ed42c4..1ed42c4 100644
--- a/crates/core/src/module.rs
+++ b/crates/tinywasm/src/module.rs
diff --git a/crates/core/src/std.rs b/crates/tinywasm/src/std.rs
index 6c112f1..6c112f1 100644
--- a/crates/core/src/std.rs
+++ b/crates/tinywasm/src/std.rs
diff --git a/crates/tinywasm/tests/spec/testsuite b/crates/tinywasm/tests/spec/testsuite
new file mode 160000
+Subproject dc27dad3e34e466bdbfea32fe3c73f5e31f8856