wip/probe bundles
- Probe bundles: wip
- Probe bundles: wip
- setup
- Prototype loading probes
- fixes/workarounds for wasm probes
- setup for CI
- setup for CI
- setup for CI
- setup CI for downloading bundles (🤞)
Error: Artifact path is not valid: /bundles/x86_64-linux-gnu-elf/types/void *.yaml. Contains the following character: Asterisk *
dang. I thought I could get away with that on *nix :P
Error: Artifact path is not valid: /bundles/x86_64-linux-gnu-elf/types/void *.yaml. Contains the following character: Asterisk *dang. I thought I could get away with that on *nix :P
I think we probably should have a separate file for the probes that are done in Main (excluding reference and type ID sizes), something with each size like:
--
platform-type-info:
byte-bits: 8
endian: little
signed-char: true
pointers:
size: 8
align: 8
boolean:
size: 1
align: 1
int8:
size: 1
align: 1
# ...etc...
In addition to avoiding the void * problem this also reduces the number of files in total.
I think this was more or less implemented in an alternative branch, at least the important aspects.