Block a user
Package interpreter into a Rust library
This has been done for a few days. Nothing fancy, but it largely works. Needs to be cleaned up.
But: also needs integration testing in the web front end.
Keywords should be able to be generated at runtime
Error console messages should be valid JSON
WASM packaging should be possible
Just leaving this here to communicate what all I have done.
I realized that one version of the thing that I could do, and probably ought to have tried before, is to use the web
target and…
WASM packaging should be possible
Oh, I should add that web workers are going to add a whole other layer of complication with this, since node doesn't support web workers. So once again, we're tied to the web platform. I know that…
Ludus should be able to request the contents of a file through the JS frontend
JSON serialization of relevant Ludus values to JS frontend
Keyboard actions should be available through actors
Text input should be able to happen through actors
Console output should pass through actors