You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absolutely, I actually wanted to start implementing this recently but ended up not prioritizing it. One thing that held me off from implementing it is that unpacking a webhapp is easiest via using the hc CLI and this would require hc to be present in the environment, i.e. probably nix shell. I guess that's acceptable but relying on nix seemed like an additional point of friction as well.
Absolutely, I actually wanted to start implementing this recently but ended up not prioritizing it. One thing that held me off from implementing it is that unpacking a webhapp is easiest via using the hc CLI and this would require hc to be present in the environment, i.e. probably nix shell. I guess that's acceptable but relying on nix seemed like an additional point of friction as well.
Note that the unpacking needs to happen at build time, not runtime. But it might still be possible to use it in a build.rs file, will have to look into it.
Does it make sense for the pouch to hold a .webhapp, instead of both a .happ and a ui.zip? Seems simpler, right?
The text was updated successfully, but these errors were encountered: