aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2021-07-16 20:59:03 -0500
committerCalvin Rose <calsrose@gmail.com>2021-07-16 20:59:03 -0500
commit1ef6db16eda21f4b8cbb73682dcd388e36fe1202 (patch)
treeaabff07d725707e548cf45829bf482e0f3d60000 /meson.build
parentDelete 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.build1
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',