상세검색
최근 검색어 전체 삭제
다국어입력
즐겨찾기0

Most web-based software has been developed using the JavaScript language. JavaScript has contributed a lot to the activation of web software by providing a standardized runtime environment in most web browsers. Performance limitations are a problem. WebAssembly (WASM) is a platform that provides a way to run compilation-based programming languages such as C and C++ in a web browser. We present possible alternatives. Through the experimental results, it was confirmed that the performance limitations that occur when the existing JavaScript is used in the process of processing large-scale contents in web software are actually very large. In this paper, it was confirmed that the existing technology, which is generally widely used, has performance problems such as the experimental results, and the superiority of the proposed technology was confirmed by directly implementing and comparing WebAssembly-based Web software as an improvement measure.