This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Description
lucet-runtime will panic on hosts that don't use 4kb pages, which has been discussed a bit here.
I'm lightly optimistic that adapting lucet-runtime to non-4kb page assumptions might be sufficient to get things working on an otherwise supported platform such as x86_64 linux. I had some concerns that we might assume where the start of the page before the vmctx parameter is, but the one place I could recall seems to measure the offset in a page-size-agnostic manner.