1.0.0 • Published 7 months ago

@at-jsnote/local-client v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

About ESBuild

  • esbuild npm module
    • JS Wrapper -> Go code that does actual transpiling and bundling
  • esbuild-wasm npm module
    • wasm short for WebAssembly
      • feature supported in modern browsers allowing us to execute compiled c, c++, c#, rust, golang codes
      1. Small amount of JS, code that interacts with our app
      1. WASM binaries -> compiled golang bundler that can work in the browser
      • esbuild is written in go and as we can’t run go in a browser, esbuild is compiled to web assembly binaries which can be executed inside the browser! -> runs super quickly