Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor: WasmConfig, Layer implementation (#11)
* feat: add github test ci * fix: update test action - add wasm-pack-action - comment unused crate in tests for lint * fix: wasm-pack config * add a few examples * refactor: WASMLayer -> WasmLayer; WASMLayerConfig -> WasmLayerConfig Semantically cleaner, it's a nit * chore: add docs, remove some nesting * refactor: use ConsoleConfig over two booleans in config - Denest Layer::on_event * feat: show/hide origin * update version to 1.0.0-alpha * remove commented code in test
- Loading branch information