Add 'crates/wiggle/' from commit 'cd484e49932d8dd8f1bd1a002e0717ad8bff07fb'

git-subtree-dir: crates/wiggle
git-subtree-mainline: 2ead747f48
git-subtree-split: cd484e4993
This commit is contained in:
Jakub Konka
2020-03-11 17:30:49 +01:00
54 changed files with 6541 additions and 0 deletions

6
crates/wiggle/README.md Normal file
View File

@@ -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.