iximeow

Results 51 comments of iximeow

I agree that these could be factored out into a separate function, the high-level intent is to quickly zero pages we know will have to be reset, so just calling...

Lucet-wise, we'd strongly recommend moving from Lucet to Wasmtime (which these days also supports distinct compile/execute phases, and userfaultfd for memory management) - even if Cranelift did support x86-32, I...

When comparing to a statically compiled application, do you see more comparable sizes? Our bookkeeping for Lucet implementation reasons should only be on the order of 64 bytes per function,...

The short answer is that currently, there is no pre-resolved API (even for non-C users of lucet-runtime). Out of curiosity, about how many functions are in the wasm module you're...

`lucet_instance_run_func_idx` is specifically for functions in wasm tables - the missing API to get those indices is because they're determined by the wasm module, we just ensure the wasm module's...

"that's a good question!" * We're working on getting `.eh_frame` emitted by cranelift, at which point debuggers will be able to walk a wasm instance's stack without relying on heuristics....

So, I think this should be plausible, but I'm not sure adjusting `DlModule` to fit would be the way to do it - `DlModule` relies on libdl (via the rust...

for context/flavor: my suspicion is that we happened to not notice this in, say, testing, because our tests are run with `clang-6.0` installed for fuzz bitrot testing in the first...

yup, looks like this was fixed in the last few years: ``` [17:53:33] # iximeow:~> ./crash oops: 55fa21ef0ad0 ``` neat!

.... huh. where did that go. i'll... fix that. (hi)