@at-jsnote/local-client

1.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @at-jsnote/local-client

Weekly Downloads

3

Version

1.0.0

License

none

Unpacked Size

19.1 MB

Total Files

1069

Last publish

Collaborators

  • tranhoangan22