guybedford / es-module-lexer

Low-overhead lexer dedicated to ES module parsing for fast analysis
MIT License
917 stars 48 forks source link

Truly rebuild wasm every time on CI, better instructions for Windows #95

Closed richardo2016 closed 2 years ago

richardo2016 commented 2 years ago

Hi, The previous PR only run tests for .wasm built on developer's local machine, but not rebuild .wasm on CI, this PR do that.

BTW, I found wasi-sdk supported Windows officially by MinGW, so we can just build directly on Windows rather than on its Linux subsystem (I updated the README!)

guybedford commented 2 years ago

Thank you for the follow-up work here! Let's see how it looks.