The semantics of the Module stored to IndexedDB is defined here:
http://webassembly.org/docs/js/, search for "Structured Clone of a
WebAssembly.Module".

That is, the guarantee is that reading a Module from IndexedDB shall behave
as if you had compiled the Module from the original source of bytes again.
Although I don't think that will guarantee that it will run exactly the
same way across browser, OS or hardware updates, because that would
preclude e.g. a bug in certain browser version from being fixed.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to