islands-runtime 0.1.3

The shared WASM runtime for islands.rs: reactive Signal/Scope/effect primitives and idempotent island mounting, emitted as islands_core.{js,wasm}.
Documentation
1
2
3
pub fn init_panic_hook() {
    console_error_panic_hook::set_once();
}