In case of wasm object files there is no export section. Instead all exported symbols are defined in the "linking" section. This is necessary for https://github.com/rust-lang/rust/pull/97485. See https://github.com/WebAssembly/tool-conventions/blob/main/Linking.md for the full specification.