as: WebAssembly-module-layout

1 
1 9.52.5 WebAssembly Module Layout
1 --------------------------------
1 
1 'as' will only produce ELF output, not a valid WebAssembly module.  It
1 is possible to make 'as' produce output in a single ELF section which
1 becomes a valid WebAssembly module, but a linker script to do so may be
1 preferrable, as it doesn't require running the entire module through the
1 assembler at once.
1