guybedford / es-module-lexer

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

WIP migration of es-module-lexer to Wasm components #143

Open guybedford opened 1 year ago

guybedford commented 1 year ago

Still need to work on getting the tests to pass, but this gets the interfaces moved over to the new components-based binding system, cutting out a lot of custom marshalling code.