bytecodealliance / componentize-py

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid using keywords as identifiers in generated bindings

dicej opened this issue · comments

Analogous to bytecodealliance/wasmtime-py#171, we should escape any identifier names which match Python keywords by appending underscores to them.