blob: 3a39ab4825df81ffcbb1646c2b91027ab84d5890 [file] [log] [blame] [edit]
;;; TOOL: run-objdump-gen-wasm
;;; ARGS: -x
magic
version
section("target_features") {
count[3]
prefix['-']
str("foo")
prefix['+']
str("bar")
prefix['=']
str("baz")
}
(;; STDOUT ;;;
target-features-section.wasm: file format wasm 0x1
Section Details:
Custom:
- name: "target_features"
- [-] foo
- [+] bar
- [=] baz
Code Disassembly:
;;; STDOUT ;;)