Skip to content

Commit 7ba83e8

Browse files
committed
fix
1 parent c96c5ab commit 7ba83e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/passes/JSPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ struct JSPI : public Pass {
9999
// version will be created.
100100
auto import = Builder::makeFunction(
101101
ModuleSplitting::LOAD_SECONDARY_MODULE,
102-
Type(Signature(Type::none, Type::none), NonNullable, Exact),
102+
Type(Signature(Type::none, Type::none), NonNullable, Inexact),
103103
{});
104104
import->module = ENV;
105105
import->base = ModuleSplitting::LOAD_SECONDARY_MODULE;

0 commit comments

Comments
 (0)