Ben L. Titzer
Ben L. Titzer
We should think about a set of debugging features for dynamic introspection. That should probably be a separate sub-API, with a mirror-like interface. I'm happy to defer the design of...
I was thinking something even more unique. E.g. what about "Sola Wasm Binary Dataset [year]"? As for not link rotting, maybe you could add the old repo (this one) as...
No worries. Looks like we had very similar ideas. One complication is the handling of branching to labels with that have values, which is why Wizard's side table has a...
You may also need to do `make utils` in the Virgil repo and add `virgil/bin/utils` to your path.
That looks like it completed successfully.
I don't understand the use case properly. Is the idea that one global is an immutable cache of another, imported mutable global? If so, I think forcing the module to...
+1 to page-alignment for these operations. I don't think we want to introduce a new instruction that is redundant with `memory.fill`[1], rather, an instruction specifically for pages, which gives applications...
+1 to `stringref` not having identity.
Wizard's implementation places all host->wasm calls onto a new stack segment, so Wasm code is always on the bottom of a stack segment. Its host call API forces callers to...
They always get a fresh stack when they do so. That also means that a return from Wasm to host can always recycle the stack back to a linked list,...