diff options
Diffstat (limited to 'build-js.sh')
-rwxr-xr-x | build-js.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build-js.sh b/build-js.sh index 606fe6c50..37bdc00ee 100755 --- a/build-js.sh +++ b/build-js.sh @@ -926,6 +926,10 @@ export_function "_BinaryenExportGetKind" export_function "_BinaryenExportGetName" export_function "_BinaryenExportGetValue" +# Custom sections + +export_function "_BinaryenAddCustomSection" + # 'Relooper' operations export_function "_RelooperCreate" export_function "_RelooperAddBlock" |