Skip to content

Compiler: add JavaScript support - #469

Merged
agarny merged 32 commits into
opencor:mainfrom
agarny:issue468
Aug 2, 2025
Merged

Compiler: add JavaScript support#469
agarny merged 32 commits into
opencor:mainfrom
agarny:issue468

Conversation

@agarny

@agarny agarny commented Jul 31, 2025

Copy link
Copy Markdown
Contributor

Fixes #468.

@agarny
agarny force-pushed the issue468 branch 10 times, most recently from 1a20cff to a6ed8a8 Compare July 31, 2025 13:57
agarny added 2 commits August 1, 2025 08:51
No matter whether we are compiling for WASM or not, the first part of the compilation can be the same. Not only does this save us some code, but it also means that we are not relying on Emscripten's virtual file system. And, the generated code is a bit faster (~2-4% faster)!
@agarny
agarny force-pushed the issue468 branch 6 times, most recently from 7a46f6f to 1e820f1 Compare August 1, 2025 21:04
@agarny
agarny force-pushed the issue468 branch 11 times, most recently from 6113352 to c7d679b Compare August 2, 2025 04:54
@agarny
agarny merged commit 3873a5e into opencor:main Aug 2, 2025
24 checks passed
@agarny
agarny deleted the issue468 branch August 2, 2025 07:37
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.

Compiler: add JavaScript support

1 participant