Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support new dylink.0 custom section format (#4141) | Sam Clegg | 2021-09-11 | 1 | -3/+3 |
| | | | | | | | See also: spec change: https://github.com/WebAssembly/tool-conventions/pull/170 llvm change: https://reviews.llvm.org/D109595 wabt change: https://github.com/WebAssembly/wabt/pull/1707 emscripten change: https://github.com/emscripten-core/emscripten/pull/15019 | ||||
* | Handle extra info in dylink section (#4112) | Sam Clegg | 2021-08-31 | 1 | -0/+15 |
If extra data is found in this section simply propagate it. Also, remove some dead code from wasm-binary.cpp. |