Block a user
621 contributions in the last 12 months
Less
More
WASM: wire it up!
Current state of play:
- It works, but it's extremely titchy.
- Current build cannot be done from the root of the project.
cd
intobuild
and thenjust build
. - Build artifacts are…
Test new scanner, parser, validator, interpreter against prelude
It's done in a robust-enough way. Some really subtle bugs around loop contexts (c7f99d35a6
), but it all seems to be working now.
Test new scanner, parser, validator, interpreter against prelude
Wire up WASM + good-enough Ludus for
ludus-web
testing
This is done in 940fc8ec31
.
Notably, I have also now merged everything in to_janet
to main
. No longer are we in the…
Wire up WASM + good-enough Ludus for
ludus-web
testing
Prelude must include all extremely core functions
Lol, I renamed conj
to append
. Whoops! Not an issue, I don't think.
Prelude must include all extremely core functions
Prelude must include all extremely core functions