https://github.com/zaphar/wasm-web-components
https://github.com/zaphar/wasm-web-components
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zaphar/wasm-web-components
- Owner: zaphar
- License: apache-2.0
- Created: 2022-10-07T03:59:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T14:22:34.000Z (over 2 years ago)
- Last Synced: 2025-01-22T23:13:24.390Z (over 1 year ago)
- Language: Rust
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.