Comment on Which side are you? Javascript or Typescript
CanadaPlus@lemmy.sdf.org 1 year agoWhat we really need is a browser that runs something other than Javascript. Until then, stack of jank it is.
Comment on Which side are you? Javascript or Typescript
CanadaPlus@lemmy.sdf.org 1 year agoWhat we really need is a browser that runs something other than Javascript. Until then, stack of jank it is.
SoBoredAtWork@lemmy.world 1 year ago
WASM?
CanadaPlus@lemmy.sdf.org 1 year ago
Is that a standalone thing? This is obviously not my specialty but I thought it was part of Javascript.
SoBoredAtWork@lemmy.world 1 year ago
I’ve never worked with it and don’t know in detail, but it lets you compile several languages into web based client/server code (basically, converting other languages into website code). Works with C, C++, C#, Go, Rust, Swift, etc)