kyleect / locks

A toy language branched from Lox to learn language implementation and tooling. Forked from loxcraft
https://kyleect.github.io/locks/#/docs
MIT License
0 stars 0 forks source link

Include the locks core library code at compile time #168

Closed kyleect closed 5 months ago

kyleect commented 5 months ago

This is so the wasm version of the runtime will have the locks lib code there instead of loading it from file system at runtime.