~$ wasm-objdump -x -j target_features /Users/katei/Downloads/hoge_optimized.wasm hoge_optimized.wasm: file format wasm 0x1 Section Details: Custom: - name: "target_features" - [+] atomics - [+] mutable-globals - [+] nontrapping-fptoint - [+] simd128 - [+] bulk-memory - [+] sign-ext - [+] exception-handling - [+] tail-call - [+] reference-types - [+] multivalue - [+] gc - [+] memory64 - [+] typed-function-references - [+] relaxed-simd - [+] extended-const ~$ wasm-objdump -x -j target_features /Users/katei/Downloads/hoge.wasm hoge.wasm: file format wasm 0x1 Section Details: Custom: - name: "target_features" - [+] bulk-memory - [+] mutable-globals - [+] sign-ext
なんか余計なfeatureがたくさん有効になってますね