1
0
forked from Mirror/wren

3 Commits

Author SHA1 Message Date
182ca90b8c add wrenHasVariable and wrenHasModule 2020-12-03 11:13:04 -08:00
8210452970 Relative imports!
This is a breaking change because existing imports in user Wren code
that assume the path is relative to the entrypoint file will now likely
fail.

Also, stack trace output and host API calls that take a module string
now need the resolved module string, not the short name that appears in
the import.
2018-03-24 11:10:36 -07:00
1d16e85a85 Add an API to load a top-level variable into a slot. 2015-12-26 10:53:14 -08:00