Skip to content

fix: WASM 브라우저 빌드 누락 함수 export 추가#222

Merged
ohah merged 1 commit intomainfrom
fix/wasm-export-missing-functions
Mar 20, 2026
Merged

fix: WASM 브라우저 빌드 누락 함수 export 추가#222
ohah merged 1 commit intomainfrom
fix/wasm-export-missing-functions

Conversation

@ohah
Copy link
Copy Markdown
Owner

@ohah ohah commented Mar 20, 2026

Summary

  • WASM 빌드(wasi-browser.js, wasi.cjs)에 detect, parse, hwpxToJson, hwpxToHtml, hwpxToMarkdown, convertToHtml, convertToMarkdown 함수 export 누락 수정
  • 데모 페이지(demo-hwpx)에서 s.detect is not a function 에러 해결
  • WASM 재빌드로 index.d.ts 타입 정의도 갱신

Test plan

🤖 Generated with Claude Code

detect, parse, hwpxToJson, hwpxToHtml, hwpxToMarkdown, convertToHtml,
convertToMarkdown 함수가 wasi-browser.js/wasi.cjs에 export되지 않아
데모 페이지에서 "s.detect is not a function" 에러 발생. WASM 재빌드로 해결.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ohah ohah merged commit ece165d into main Mar 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant