diff options
Diffstat (limited to 'build-js.sh')
-rwxr-xr-x | build-js.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-js.sh b/build-js.sh index 1606e037e..72bfbb0ed 100755 --- a/build-js.sh +++ b/build-js.sh @@ -180,6 +180,7 @@ export_function "_BinaryenTypeInt64" export_function "_BinaryenTypeFloat32" export_function "_BinaryenTypeFloat64" export_function "_BinaryenTypeVec128" +export_function "_BinaryenTypeExceptRef" export_function "_BinaryenTypeUnreachable" export_function "_BinaryenTypeAuto" |