WasmEdge

1 min read


Hello Stacker, we continue our research on Wasm because there is something very important to know, about the WasmEdge Runtime. This is a new technology in the architectural components of our application infrastructure combined with the microfrontend and others. What I know is that this WasmEdge runtime is lighter than the common infrastructure system which is usually a combination of Nodejs, v8 and Linux. So what is the different ? let’s take a look …

Compared with Linux containers, WasmEdge could be 100x faster at start-up and 20% faster at runtime. A WasmEdge app could take 1/100 of the size of a similar Linux container app.

WasmEdge

And in the documentation itself it’s look like flexible and support with our generation which uses modern frameworks to build web apps like ReactJS. Let’Go to QuickStart :

curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash
javascript

I Recommend built it using rollup, so in the next post I will trying to show you how it actually running.. so for todays we just talking about what the main things about this. So you can follow this link to configure using rollup..

Additional

  • WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and decentralized applications. It powers serverless apps, embedded functions, microservices, smart contracts, and IoT devices.

Okay that’s all for now, please keep calm and pay attention to your surroundings haha :D, for the full documentaion you can go here.. cyaaa..

Bima Sena

Leave a Reply

Your email address will not be published. Required fields are marked *