Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add compiler and runtime support for generating pure JS models #486

Merged
merged 110 commits into from
May 23, 2024

Conversation

chrispcampbell
Copy link
Contributor

@chrispcampbell chrispcampbell commented May 23, 2024

Fixes #437

See issue for more details.

This primarily includes the changes to the cli, compile, runtime, runtime-async, plugin-wasm, and plugin-worker packages to support pure JS models. I will be merging this PR shortly, and the one that follows will include the rest of the changes for the create, build, and other plugin packages.

/cc @ToddFincannonEI

…ep hidden in API) so that we can use them in runtime-async tests
… `sde-prep/generated-model.js` regardless of whether it is JS or Wasm
@chrispcampbell chrispcampbell merged commit 42d4dc6 into main May 23, 2024
6 checks passed
@chrispcampbell chrispcampbell deleted the chris/437-generate-js branch May 23, 2024 18:54
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.

Add compiler and runtime support for generating pure JS as an alternative to C/Wasm
1 participant