Really enjoying "The Art Of WebAssembly" by @battagline!
It's a topic I've always wanted to dive into, but the online guides are lacking. Highly recommend the book!
@eng_mclare@firefox They have definitely changed the interface since I wrote the book. I'm poking around to see if they moved it, but I don't see it at a glance.
@MikeMTOS So you don't want to run a webserver? I vaguely recall hearing that you either could now load a wasm file locally or that it would happen soon. I can't remember the details, I always run a webserver. You may want to try it with the latest Chrome & Firefox to see what happens.
@MikeMTOS I actually haven't been using emscripten recently. I'm working on my own WebAssembly language atm. I'm not familiar with Amulet, so I'm not sure I can be of much help. Why does everything need to be in one file?
Woke up today to explosions. 14 cruise missiles were fired at Kyiv from Russian Federation or Belarus (not clear yet). At least four were not shot down by air defense forces. There are victims 🤬
@MaxGraey How much can the polls be trusted? Isn't it a crime to criticize the war in Russia now? I'm not saying that there isn't support in Russia for the war, I'm just saying that the polls may not be indicative.
I’m safe. We couldn’t bear the thought of my girls experiencing Kyiv bombings, so we packed as much as we could into our car, grabbed our cat, and fled. Drove all day and night through badly damaged roads. Now we’re relatively safe in Khmelnitsky, will rest and plan what’s next
I know that among my followers are quite a lot people from big tech. If you have the opportunity, please make sure that you do not work with Russian companies like Yandex. Russia attacked Ukraine and is now killing my friends
#ukraine#war
@nirvdrum I fixed this issue last week. I'm not sure when wabt.js made the breaking change. Hopefully, it wasn't too long ago. I added a message on https://t.co/Bp2QZYGCW2 so I hope this won't be an issue for more people.
Let me know if you have any questions about the book.
Thanks!
@okamoto_seikei I'm sorry about this issue. I probably should have fixed the versions in my package.json file to the specific version of wabt and binaryen initially, but I thought that any future version of those packages would work.
Thanks for letting me know!
@okamoto_seikei I found a problem with wat-wasm where it wasn't working with wabt version 1.0.26 so I changed it to use the fixed version "1.0.23" instead of "^1.0.19". Would you mind running `npm list wabt -g` to see what version of wabt you have installed?
Thanks!