Is it possible to save the urlParams into the WASM apps so the application can tweak its behaviors according to the URL params? Happy to propose a PR I was able to hack the shinylive source code to achieve this: https://github.com/rave-ieeg/rave-wasm/blob/a4d4b20a632d202242138cf459f287aff7256b44/compile.r#L466-L477 Here is an Example: the same app has different initializations according to the URL params Original app: https://rave.wiki/rave-wasm/nsd-ieeg-viewer/index.html <img width="1605" height="932" alt="Image" src="https://github.com/user-attachments/assets/d7dae700-ce12-42e4-a98f-0b53d85ddacb" /> App with urlParams: https://rave.wiki/rave-wasm/nsd-ieeg-viewer/index.html?controllers={%22Display%20Data%22:%22Destrieux_label_text%22}&electrode_path=https%3A%2F%2Fraw.githubusercontent.com%2Frave-ieeg%2Frave-wasm%2Frefs%2Fheads%2Fmain%2Fassets%2Fapp-data%2Fbids-examples%2FNSD-electrodes%2Fsub-06_ses-ieeg01_space-MNI152NLin2009_electrodes.tsv&space=MNI152 <img width="1605" height="932" alt="Image" src="https://github.com/user-attachments/assets/c5780c25-6947-491e-bf59-3b6ca89d8faa" />
Is it possible to save the urlParams into the WASM apps so the application can tweak its behaviors according to the URL params? Happy to propose a PR
I was able to hack the shinylive source code to achieve this: https://github.com/rave-ieeg/rave-wasm/blob/a4d4b20a632d202242138cf459f287aff7256b44/compile.r#L466-L477
Here is an Example: the same app has different initializations according to the URL params
Original app: https://rave.wiki/rave-wasm/nsd-ieeg-viewer/index.html
App with urlParams:
https://rave.wiki/rave-wasm/nsd-ieeg-viewer/index.html?controllers={%22Display%20Data%22:%22Destrieux_label_text%22}&electrode_path=https%3A%2F%2Fraw.githubusercontent.com%2Frave-ieeg%2Frave-wasm%2Frefs%2Fheads%2Fmain%2Fassets%2Fapp-data%2Fbids-examples%2FNSD-electrodes%2Fsub-06_ses-ieeg01_space-MNI152NLin2009_electrodes.tsv&space=MNI152