mirror of
https://github.com/samsonjs/lake.git
synced 2026-03-25 08:55:49 +00:00
fix the link to LakeCtx in lake.h
This commit is contained in:
parent
78f6ab543f
commit
a8963b3bea
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ If you want to build a static library:
|
|||
|
||||
$ make liblake
|
||||
|
||||
The binary will be in `build/liblake.a` and you may do with it as you like. Lake creates no global variables and has no shared state. Everything is neatly wrapped up in a [`LakeCtx`](blob/master/src/lake.h#L120-128) so theoretically you can run multiple interpreters in the same process. I haven't tried it yet but it should work.
|
||||
The binary will be in `build/liblake.a` and you may do with it as you like. Lake creates no global variables and has no shared state. Everything is neatly wrapped up in a [`LakeCtx`](lake/blob/master/src/lake.h#L101-109) so theoretically you can run multiple interpreters in the same process. I haven't tried it yet but it should work.
|
||||
|
||||
Tests
|
||||
=====
|
||||
|
|
|
|||
Loading…
Reference in a new issue