seed
seed copied to clipboard
A Rust framework for creating web apps
Error: all: &Closure< Fn( usize ) -> *mut u8 >, ^ unresolved import points to Fn( let module = wasm_bindgen_initialize( memory, table, &alloc, &free ); ^ not found in this...
# Release Checklist This is a list of steps to complete when making a new release. # Before the release - [x] 1. Create a new issue in the Seed...
*Disclaimer: I'm new to the Seed library; please let me know if this issue is misinformed.* Seed appears to not support [the `beforeinput` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event) (i.e., is absent from [event_names.rs](https://github.com/seed-rs/seed/blob/master/src/dom_entity_names/events/event_names.rs)). This...