WebAssembly System InterfaceModular system interface for WebAssemblyrunning non-web native languages like Python, Java, or R in the browser via WASI브라우저 밖에서 WebAssembly를 실행할 수 있게 하자WASI NotionWASI standard WASI Usageswasmtime The State of WebAssembly 2023This blog posts shares the results of the third annual State of WebAssembly survey, where we found that Rust and JavaScript usage continues to increase, but there is a growing desire for Zig and Kotlin. The use of wasm as a plugin environment continues to climb, with developers hoping it will deliver of the “write once and run anywhere” promise.https://blog.scottlogic.com/2023/10/18/the-state-of-webassembly-2023.html2019년과 이후 JavaScript의 동향 - WebAssembly출처 : https://d2.naver.com/helloworld/8786166 WebAssembly 는 C와 C++ 같은 프로그래밍 언어를 컴파일해 어느 브라우저에서나 빠르게 실행되는 바이너리 형식(low-level language)으로 바꾸는 기술입니다. 별도의 플러그인을 사용하지 않고 브라우저에서 네이티브 언어 수준의 성능을 보여 줄 수 있는 기술이 WebAssembly의 목표입니다. 주요 브라우저와 Node.js가 WebAssembly를 기본으로 지원하면서 아직 더디지만 WebAssembly를 활용하는 사례가 늘고 있습니다.http://blog.daum.net/dosman1/2221Introducing WebContainers: Run Node.js natively in your browserHi there! We're StackBlitz, an online IDE tailored specifically for web development. You might've seen a sneak peek of us during the Google I/O keynote this week. Today we're excited to announce a new technology we've been working on in concert with the teams at Next.js and Google.https://blog.stackblitz.com/posts/introducing-webcontainers/WASIWASI is a modular system interface for WebAssembly. As described in the initial announcement, it's focused on security and portability. WASI is being standardized in a subgroup of the WebAssembly CG. Discussions happen in GitHub issues, pull requests, and bi-weekly Zoom meetings. For a quick intro to WASI, including getting started using it, see the intro document.https://wasi.dev/