Emil
Emil
The base is now missing logging mechanism for the memory overhead for sandboxes. We had that in the past at some point, now we don't. I am guessing @bushidocodes had...
Currently in Sledge the MinHeap implementation with Priority Queue has the `delete` API implemented with O(n) time complexity. https://github.com/gwsystems/sledge-serverless-framework/blob/9778db645aeac6fa98979707e2afa54db72929e8/runtime/include/priority_queue.h#L369-L386 It can be reduced to O(logn) by keeping the new array...
Gabe mentioned here: "I'm guessing these can be overridden by `env` variables?" _Originally posted by @gparmer in https://github.com/gwsystems/sledge-serverless-framework/pull/257#discussion_r650871532_ Sean's suggestion: Not the way it's written currently, but something like `local...
add support for .so dylib files seperate the wasm instructions from runtime code implement a missing wasi_intruction (prestat)