https://lld.llvm.org/WebAssembly.html

Import

ref https://withbighair.com/webassembly/2024/12/15/Importing-Wasm-Functions.html

__attribute__((import_module("MODULE"), import_name("FUNC") )) FUNC_DECL

either of then can be omitted

``

__attribute__((export_name("NAME")))__