NashTech Blog

Author name: Joey Nguyen

wasm introduction
Application Engineering

WebAssembly (Wasm) introduction

WebAssembly is a new type of code that can be run in modern web browsers. It is designed to be faster and more efficient than JavaScript, the traditional language used to build web applications. WebAssembly is a portable target for the compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.

Bun. A fast runtime and toolkit for JavaScript and TypeScript
Application Engineering

Bun 1.0. What’s behind the hype of Bun?

Bun is a new Javascript runtime that was introduced in 2021 by its author, Jarred Sumner, following his frustrations with the speed of Node.js when developing a Next.js project. July 2022, the first beta of Bun was released. It immediately created a hype in JavaScript community. And the best news, Bun has its first official release, Bun 1.0 in September 2023.

Scroll to Top