Luuk de Gram 777bcbf968
wasm-linker: emit target_features section
When the result is not being stripped, we emit the `target_features`
section based on all the used features. This includes features
inferred from linked object files.
Considering we know all possible features upfront, we can use an
array and therefore do not have to dynamically allocate memory.
Using this trick we can also easily order all features based
the same ordering as found in `std.Target.wasm` which is the same
ordering used by LLVM and the like.
2022-10-25 20:48:08 +02:00
..
2022-09-10 00:59:46 +02:00
2022-05-13 16:43:59 -04:00
2022-06-02 10:41:13 +02:00
2022-08-18 18:58:28 -07:00
2020-09-21 18:38:55 -07:00