diff options
| author | 2021-07-16 20:59:03 -0500 | |
|---|---|---|
| committer | 2021-07-16 20:59:03 -0500 | |
| commit | 1ef6db16eda21f4b8cbb73682dcd388e36fe1202 (patch) | |
| tree | aabff07d725707e548cf45829bf482e0f3d60000 /meson.build | |
| parent | Delete jpm and related testing from this repository. (diff) | |
Add janet_vm_save and janet_vm_load.
This lets a user multiplex multiple Janet VMs on a single
thread or process if they are willing to implement context switching
themselves.
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 1327bd1c..b47e9519 100644 --- a/meson.build +++ b/meson.build @@ -127,6 +127,7 @@ core_src = [ 'src/core/regalloc.c', 'src/core/run.c', 'src/core/specials.c', + 'src/core/state.c', 'src/core/string.c', 'src/core/strtod.c', 'src/core/struct.c', |
