• jacksilver@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 hours ago

    Do you still use WASM? I’ve been exploring the space and wasn’t sure what the best tools are for developing in that space.

    • ChaoticNeutralCzech
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      3 hours ago

      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.