diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-09-30 10:23:16 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2022-09-30 10:48:09 +0200 |
commit | d64d5d685d86b38dda8a314b7d1404633e26b346 (patch) | |
tree | 963cd227a5bc82ed530fdbb985386e078dba4d4a /tests/cram | |
parent | f4b4ded660cb6901af9c6a6548d8750b9e89982b (diff) |
vm: maintain export symbol tables per program
Instead of having one global export table per VM instance maintain one table
per program instance. This is required to avoid clobbering the export list
in case `import` using code is loaded at runtime through `require()`,
`loadfile()` etc.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'tests/cram')
0 files changed, 0 insertions, 0 deletions