- Add WASM build target and dependencies for all crates. - Implement IndexedDB-based persistent storage for WASM. - Create browser extension infrastructure (UI, scripting, etc.). - Integrate Rhai scripting engine for secure automation. - Implement user stories and documentation for the extension.
3 lines
85 B
TOML
3 lines
85 B
TOML
[target.wasm32-unknown-unknown]
|
|
rustflags = ["--cfg", 'getrandom_backend="wasm_js"']
|