awortman-fastly

Results 4 issues of awortman-fastly

Inspired by https://github.com/fastly/lucet/issues/300 and more than a few bugs before it. Now that `lucet-objdump` also uses types out of `lucet-module`, tests won't be as brittle and we can ensure that...

For signing, we need to get at `ModuleData` of a compiled object, but at rest (so, without mapping through `dlopen`). This structure is reachable through `SerializedModule` but as mentioned [`in...

lucetc artifacts currently result in `.so` that have `.text` and `.rodata` merged together. From `readelf -l a.out`: ``` Section to Segment mapping: Segment Sections... 00 .hash .gnu.hash .dynsym .dynstr .rela.dyn...

https://github.com/fastly/lucet/commit/1f5839b254b32e46dc67800f73994a6e42d2b093 adds a test in `entrypoint` to reach an exported import by its export name, which is something we ought to support, but don't. oops. Related, if `(import "env" "add_4_hostcall"...