• 12 Posts
  • 569 Comments
Joined 3 months ago
cake
Cake day: June 23rd, 2024

help-circle

  • In Tschechien gibt es auf Schilder Feld “Verspätung” oder “Erwarteter Abfahrt”, denn Züge oft spät fahren. In Japan werden die rare Verspätungen durch Laufzeilen gemeldet. In Deutschland muss man diese besondere Methode verwenden, wenn der Zug pünktlich fährt. In Russland wird mit handgezeichnete Plakaten gemeldet, dass es zu einem erfolgreichen Ankunft wahrscheinlich ankommen wird.









  • Nope. But I guess a mirror of WebAssembly Studio would still be the best starting point despite its slow development lately. The WAsm plugin for VSCodium was broken for me too.

    Note that unlike JS, WASM won’t run from file:// URLs; you need to run a local http server or commit to an online repo to run your code. There might be an about:config option to change this but many IDEs (incl. WA Studio, presumably) come with servers for this reason.





  • A forgotten one is webassembly.studio, an in-browser IDE for creating WASM projects with way less pain than other methods. It got discontinued the year I needed it for my school project. It was open source but I failed to rehost it myself and public mirrors only appeared after I spent days trying to make Emscripten work, tore my hair out over WebGL and then finally painfully built the whole thing with CSS (and a bit of JS; yes, it was indeed a disaster).