# 일본 한달살이 24일차 (5월 21일)

### 아침

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1716255556774/7812daee-fe93-478b-8f53-e79c24b4ff57.png align="center")

아침으로 회를 먹었다. 6시 반쯤에 먹은 것 같다.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1716294763697/82abdfc9-ca23-4287-9d02-9d00730d0319.png align="center")

점심은 편의점에서 파스타 사와서 먹었다.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1716294783116/b2ccab83-e567-417b-8f8e-478868e49745.png align="center")

오늘은 간식도 먹었다.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1716294795096/7ea7d69e-7542-46b6-b025-271ed8ecb562.png align="center")

저녁으론 역시 고기가 최고인 것 같다.

## 작업 기록

### SWC: Wasm 플러그인 에러 메시지에서 WASI 언급

* [https://github.com/swc-project/swc/pull/8963](https://github.com/swc-project/swc/pull/8963)
    

WASI를 쓰지 않으면 Wasm 플러그인에서는 OS의 기능들을 쓸 수 없는데, 사실 당연한 얘기지만 플러그인 구현자가 이 사실을 모를 수도 있어서 Wasm 플러그인 에러 메시지에 WASI

### next.js#64792 triage

* [https://github.com/vercel/next.js/issues/64792](https://github.com/vercel/next.js/issues/64792)
    

이슈인 줄 알았는데 그냥 잘못 쓰고 있는 것이었다.

### next.js: Stage 3 decorator 추가 작업

* [https://github.com/vercel/next.js/pull/65963](https://github.com/vercel/next.js/pull/65963)
    

### 터보팩 Tree shaking PR

* [https://github.com/vercel/turbo/pull/7986](https://github.com/vercel/turbo/pull/7986)
    

1. 우선 `import * as esm from './esm.js'` 의 처리를 고쳤다.
    
2. `ReexportsOnly` 모드에서의 모듈 resolving이 실패하던 이슈를 고쳤다.
    

### SWC Minifier 버그 수정

* [https://github.com/swc-project/swc/pull/8965](https://github.com/swc-project/swc/pull/8965)
    

디버깅에 생각보다 많은 시간을 썼다.
