Following up on the discussion in this PR, this issue is aimed at automatically generating system call mapping (system call name to system call number) for lind-wasm.
The system call mapping is determined within the kernel, and when glibc uses the kernel headers it is compiled against to determine the system mapping it uses.
Following up on the discussion in this PR, this issue is aimed at automatically generating system call mapping (system call name to system call number) for
lind-wasm.The system call mapping is determined within the kernel, and when glibc uses the kernel headers it is compiled against to determine the system mapping it uses.