Is your feature request related to a problem? Please describe.
I want to package a panel which is essentially a fancy mailmerge app to pyodide. Unfortunately there is no way to include template files into the panel app.
Describe the solution you'd like
add a CLI switch --ressources which takes a list of files and folder which should be available to Pyiodide
package those into a zipfile
modify convert_app in convert.py to unpack the zipfile into the WASM environment:
Is your feature request related to a problem? Please describe.
I want to package a panel which is essentially a fancy mailmerge app to pyodide. Unfortunately there is no way to include template files into the panel app.
Describe the solution you'd like
--ressources
which takes a list of files and folder which should be available to Pyiodideconvert_app
inconvert.py
to unpack the zipfile into the WASM environment: