Closed ashtonmeuser closed 1 year ago
This PR looks great, love to see src folder added. And use of a StreamPeer makes sense to me.
Much appreciated.
love to see src folder added
Yeah... This was very much a POC until it actually kinda showed potential.
seek
.load
method intocompile
andinstantiate
. Behaviour ofload
remains the same (it callscompile
andinstantiate
). Separating these allows inspection before instantiation which will be important for support of imports.inspect
now returns memory limits and, if instantiated, current memory allocation.To do:
reader
for the StreamPeer.CC @Trey2k since this is no longer for an audience of one. Happy to hear any feedback.