Comment on PyScript: Run Python in your HTMLparentComments−manjana4yThat 5 second loading time only happends once though.−nhumrich4ySadly, not true. It seems like even with cache on, it still takes 5 seconds for the JIT to load everything.−hoodchatham4yAgreed, wasm loading is supposed to be cached but in practice it doesn't seem to happen.
Comments
That 5 second loading time only happends once though.
Sadly, not true. It seems like even with cache on, it still takes 5 seconds for the JIT to load everything.
Agreed, wasm loading is supposed to be cached but in practice it doesn't seem to happen.