diff --git a/README.md b/README.md new file mode 100644 index 0000000..489f1a3 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ + +# An experiment in Rust Web Assembly Web Components + +This set of crates should not be considered production ready. Web Assembly is not +quite ready for general use in a Web Component. Getting this to work involved +something of a Rub Goldberg machine involving a Javascript shim and a wasm_bindgen +Rust shim with a several traits. The boilerplate is generated using a proc-macro +to make it more generally reusable. \ No newline at end of file