Rename WASM bindings function helper file

PiperOrigin-RevId: 827897836
Change-Id: Ifb13ebaf54dacabc2a3ed8a8ea4244ecea2a8f41
This commit is contained in:
Matija Kecman
2025-11-04 03:56:08 -08:00
committed by Copybara-Service
parent 12a31674a3
commit f808632cf8
5 changed files with 34 additions and 35 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ from wasm.codegen.generators import structs
from wasm.codegen.helpers import common
from wasm.codegen.helpers import constants as _constants
from wasm.codegen.helpers import function_utils
from wasm.codegen.helpers import functions as function_utils
class BindingBuilder: