yurydelendik opened PR #2804 from wasm2obj-aot
to main
:
This patch improves wasm2obj tool functionality:
- Use native (not only ELF) format, e.g. COFF for Windows
- Allows to save additional metadata (
Module
, as well as table of function and trampolines table) in a result object file- Use Wasm debug names, export or name section, as symbol names
- Use a specified prefix in symbol names
All the above improvements are useful for AOT users. More extensive example can be found at https://github.com/yurydelendik/wasmtime/tree/aot-ftw-1
cc @shravanrn
yurydelendik updated PR #2804 from wasm2obj-aot
to main
.
yurydelendik updated PR #2804 from wasm2obj-aot
to main
.
yurydelendik has marked PR #2804 as ready for review.
alexcrichton submitted PR Review.
alexcrichton closed without merge PR #2804.
Last updated: Nov 22 2024 at 16:03 UTC