An open API service indexing awesome lists of open source software.

https://github.com/zaphar/wasm-web-components


https://github.com/zaphar/wasm-web-components

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# An experiment in Rust Web Assembly Web Components

This set of crates should not be considered production ready. WebAssembly 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 several traits. The boilerplate is generated using a proc-macro
to make it more generally reusable.