mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 14:48:40 +01:00
This is simpler and marginally faster. We don't need the overhead of fibers since you can't have long or recursive import chains anyway. More importantly, this makes the behavior more well-defined when you do things like yield from an imported module. (Not that you should do that, but if you do, it shouldn't do weird things.)