enable conditionnal loading for polyfill

This commit is contained in:
Pierre Tachoire
2025-07-05 16:45:01 -07:00
parent 300428ddfb
commit 941dace7f9
9 changed files with 93 additions and 29 deletions

View File

@@ -53,6 +53,7 @@ pub fn Runner(comptime State: type, comptime Global: type, comptime types: anyty
state,
{},
true,
null,
);
return self;
}