Coding 2024-08-10

By Max Woerner Chase

Okay, I did a little work on this today. Basically, I redid the WASM stuff sort of from scratch, and now the configuration makes more sense to me. I've got stuff going on that's building, and either it's horrendously broken, or it's basically working perfectly.

The next step is to figure out which of those possibilities is the correct one. If it's the latter, then I'm going to see about integrating the built WASM into a browser extension. Basically, I'm trusting that I'll be able to write the actual code when the time comes, so I'm focusing on the stuff that I know the least about.

Like, sure, I can apparently write functions that get exported through WASM. Now, what do I need to write to make a web extension work? If I can get this all the way to the end, then I can start writing code, but if I hit a hurdle of some kind, I'd like to know now so I can figure out what I need to do differently.

Anyway, I have been very tired and I desperately need to sleep, so I'm going to cut this off now.

Good night.