bytecodealliance / wit-bindgen

A language binding generator for WebAssembly interface types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c generator require --autodrop-borrows option

12101111 opened this issue · comments

--autodrop-borrows don't have deafult option and become a required option in wit-bindgen cli.

> wit-bindgen c
error: the following required arguments were not provided:
  --autodrop-borrows <AUTODROP_BORROWS>
  <DOCUMENT>

Usage: wit-bindgen c --autodrop-borrows <AUTODROP_BORROWS> <DOCUMENT>

For more information, try '--help'.

Thanks! That was a mistake and is fixed in #858