# WCGI (WebAssembly + CGI) 발표

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8930](https://news.hada.io/topic?id=8930)
- GeekNews Markdown: [https://news.hada.io/topic/8930.md](https://news.hada.io/topic/8930.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-04-11T10:46:01+09:00
- Updated: 2023-04-11T10:46:01+09:00
- Original source: [wasmer.io](https://wasmer.io/posts/announcing-wcgi)
- Points: 13
- Comments: 1

## Topic Body

- WASM 과 CGI를 결합하여 서버사이드 개발을 지원   
- 기존 CGI 어플리케이션을 WASI로 컴파일 하여 재사용 가능(C,C++,Go,PHP,Python,..)  
- 비즈니스 로직과 정적 애셋들만을 포함하는 초소형 패키지로 배포   
- 완전히 독립된 샌드박스 안에서 실행

## Comments



### Comment 15633

- Author: botplaysdice
- Created: 2023-04-12T05:52:42+09:00
- Points: 1

CGI라는 단어 간만에 들어보네요. Perl로 CGI를 통해서 게시판 짜던 호랑이 담배피던 시절 기억하시는분 계실까모르겠네요...;;;
