From 9952f18b13c0675cca634f1c83f874faff84e422 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Fri, 17 Jan 2020 19:41:17 +0100 Subject: [PATCH] Add short README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..5b6db02f81 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# wiggle + +An experimental implementation of `bytecodealliance/wig` crate which +generates Rust bindings from `*.witx` that are meant to be more idiomatic +and hopefully allowing for easier polyfilling between different WASI +snapshot versions in the future.