Skip to content

windows: move from MinGW to MSVC#749

Merged
saghul merged 3 commits intomasterfrom
msvc
Feb 3, 2026
Merged

windows: move from MinGW to MSVC#749
saghul merged 3 commits intomasterfrom
msvc

Conversation

@saghul
Copy link
Copy Markdown
Owner

@saghul saghul commented Feb 3, 2026

No description provided.

@saghul saghul force-pushed the msvc branch 4 times, most recently from d973a2a to 75bf1bb Compare February 3, 2026 11:19
@saghul saghul marked this pull request as ready for review February 3, 2026 14:36
@ldeninski
Copy link
Copy Markdown
Contributor

Awesome work!

In unrelated note.. I am working on a ts/js wrapper for llhttp as I mentioned and will for now use wasm memory, but just copy the buffers back and forth. It will be a bit less efficient, but still a lot faster than parsing http in js.

@saghul
Copy link
Copy Markdown
Owner Author

saghul commented Feb 3, 2026

Awesome work!

In unrelated note.. I am working on a ts/js wrapper for llhttp as I mentioned and will for now use wasm memory, but just copy the buffers back and forth. It will be a bit less efficient, but still a lot faster than parsing http in js.

Nice! What would you need to have optimal performance? the Memory implementation?

@saghul saghul merged commit c17768a into master Feb 3, 2026
31 of 33 checks passed
@saghul saghul deleted the msvc branch February 3, 2026 15:25
@saghul saghul mentioned this pull request Feb 3, 2026
@ldeninski
Copy link
Copy Markdown
Contributor

Awesome work!
In unrelated note.. I am working on a ts/js wrapper for llhttp as I mentioned and will for now use wasm memory, but just copy the buffers back and forth. It will be a bit less efficient, but still a lot faster than parsing http in js.

Nice! What would you need to have optimal performance? the Memory implementation?

Don't spent much time on Memroy - If I find a real use in the wrapper and meaningful performance improvements I will ping you. Again awesome work.

P.S. I have always liked quickjs but as a "raw" runtime it is lacking a lot of required features to make it useful for anything more than scripting. With txiki.js it is completely different - this thing is a full blown runtime quite comparable to node. With a little more ecosystem around it, txiki.js can be the embedded king if you want to use js instead of python/micropython or go native.

@saghul
Copy link
Copy Markdown
Owner Author

saghul commented Feb 3, 2026

Thanks for the kind words!

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.

2 participants