Skip to content

metadata add --clear-authors doesn't clear authors #2326

@catamorphism

Description

@catamorphism
$ cat foo1.wat
(component $foo
  (core module (;0;)
    (type (;0;) (func))
    (func $foo (;0;) (type 0))
  )
  (@custom "authors" "J. Random Hacker")
)
$ wasm-tools metadata add --clear-authors foo1.wat -t
(component $foo
  (core module (;0;)
    (type (;0;) (func))
    (func $foo (;0;) (type 0))
  )
  (@custom "authors" "J. Random Hacker")
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions