TypeScriptCompiler icon indicating copy to clipboard operation
TypeScriptCompiler copied to clipboard

Create a WASM distribution

Open Downchuck opened this issue 6 months ago • 2 comments

Sure it's a wild one - but if it's accessible - we can get a very very large tsc.wasm out of this.

There are many llvm wasm builds out there, so it's not that crazy.

I'll send a flare if/when I've got a build.

Downchuck avatar Jul 26 '25 03:07 Downchuck

Maybe this PR would be useful: https://github.com/llvm/llvm-project/pull/92677

theoparis avatar Jul 27 '25 03:07 theoparis

as I remember in the folder there are 2 files; \TypeScriptCompiler\scripts\config_llvm_wasm_release.bat \TypeScriptCompiler\scripts\build_llvm_wasm_release.bat

which should build WASM version but I never checked if it is working ok after it and u need to have "emcc" to compile it

ASDAlexander77 avatar Jul 27 '25 11:07 ASDAlexander77