# Javy - JS to WebAssembly 툴체인

> Clean Markdown view of GeekNews topic #9289. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=9289](https://news.hada.io/topic?id=9289)
- GeekNews Markdown: [https://news.hada.io/topic/9289.md](https://news.hada.io/topic/9289.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-05-30T10:47:02+09:00
- Updated: 2023-05-30T10:47:02+09:00
- Original source: [github.com/bytecodealliance](https://github.com/bytecodealliance/javy)
- Points: 14
- Comments: 1

## Topic Body

- JS 코드를 가져와서 WebAssembly에 임베드된 JS 런타임으로 실행  
- 동적 링킹을 이용하여 1~16kb 사이즈의 매우 작은 WASM 모듈을 생성 가능 (정적 링크시에는 최소 869KB)  
- Bytocode Alliance 의 오픈소스 프로젝트 (Rust)

## Comments



### Comment 16302

- Author: ragingwind
- Created: 2023-05-30T10:58:47+09:00
- Points: 1

와 .. 브라우저안에 작은 브라우저인가요?
