Skip to content

Assertion error: expected token of type closeParen, given keyword (call) #1209

@coderaiser

Description

@coderaiser

Would be great to have support of call instruction:

  (import "env" "greet" (func $greet))

  (func
    call $greet
   ^^^^
  )

  (start 1)
)

Assertion error: expected token of type closeParen, given keyword (call)

https://developer.mozilla.org/en-US/docs/WebAssembly/Reference/Control_flow/call

https://astexplorer.net/#/gist/f12f26496bb2793f0c317166b9f3d399/4a7b1cd797faed584c4c192615d3389ced1a8a1d

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions