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

Add support of compiler plugins for Wasm and prepare for JS #719

Merged
merged 7 commits into from
Apr 25, 2024

Conversation

ilgonmic
Copy link
Collaborator

  • extract runtime dependencies for compile process to separate submodule (:dependencies)
  • support compiler plugins for JS and WASM, but only active for Wasm now
  • Indexation process now consider compiler plugins when it enables (now for only Wasm)

@ilgonmic ilgonmic force-pushed the ilgonmic/wasm-compose branch 2 times, most recently from afa5ea9 to 89f6f75 Compare January 30, 2024 17:57
@@ -19,5 +17,5 @@ tasks.withType<KotlinCompile> {
}

tasks.withType<Jar>().getByName("jar") {
destinationDirectory.set(File("../$kotlinVersion"))
destinationDirectory.set(libJVMFolder)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nikpachoo nikpachoo merged commit b3b7d96 into master Apr 25, 2024
2 checks passed
@nikpachoo nikpachoo deleted the ilgonmic/wasm-compose branch April 25, 2024 20:29
@nikpachoo
Copy link
Collaborator

Tested in the prod environment, everything works fine.

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.

None yet

2 participants