Skip to content

Commit f3f7032

Browse files
committed
Skip loading gem_prelude in wasm environment
1 parent 53a1ff7 commit f3f7032

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

builtin.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,11 @@ Init_builtin(void)
7777
void
7878
Init_builtin_features(void)
7979
{
80+
81+
#ifndef BUILTIN_BINARY_SIZE
82+
8083
load_with_builtin_functions("gem_prelude", NULL);
84+
85+
#endif
86+
8187
}

0 commit comments

Comments
 (0)