From be0815467084496be206259cdc4705a9321f765a Mon Sep 17 00:00:00 2001 From: Lachlan Sneff Date: Thu, 28 Mar 2019 11:23:08 -0700 Subject: [PATCH] Add wasi crate --- Cargo.toml | 2 +- lib/wasi/Cargo.toml | 7 +++++++ lib/wasi/src/lib.rs | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 lib/wasi/Cargo.toml create mode 100644 lib/wasi/src/lib.rs diff --git a/Cargo.toml b/Cargo.toml index a3b2066ed..06da98dc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ wasmer-llvm-backend = { path = "lib/llvm-backend", optional = true } wasmer-dynasm-backend = { path = "lib/dynasm-backend", optional = true } [workspace] -members = ["lib/clif-backend", "lib/dynasm-backend", "lib/runtime", "lib/runtime-core", "lib/emscripten", "lib/spectests", "lib/win-exception-handler", "lib/runtime-c-api", "lib/llvm-backend"] +members = ["lib/clif-backend", "lib/dynasm-backend", "lib/runtime", "lib/runtime-core", "lib/emscripten", "lib/spectests", "lib/win-exception-handler", "lib/runtime-c-api", "lib/llvm-backend", "lib/wasi"] [build-dependencies] wabt = "0.7.2" diff --git a/lib/wasi/Cargo.toml b/lib/wasi/Cargo.toml new file mode 100644 index 000000000..d0a670c5d --- /dev/null +++ b/lib/wasi/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "wasmer-wasi" +version = "0.1.0" +authors = ["The Wasmer Engineering Team "] +edition = "2018" + +[dependencies] diff --git a/lib/wasi/src/lib.rs b/lib/wasi/src/lib.rs new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/lib/wasi/src/lib.rs @@ -0,0 +1 @@ +