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

[WIP] Cross-compile core, testkit and boopickle macro to scala.js #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vpavkin
Copy link
Collaborator

@vpavkin vpavkin commented Nov 8, 2018

PoC of scala.js build. (originated in #54 )

@SemanticBeeng Here you go.

Just have to setup runtime for js tests and maybe separate platform independent tests into a cross-project.

You can pick up from here if you want.

lazy val coreJS = core.js
lazy val coreJVM = core.jvm

lazy val boopickleWireProtocol = crossProject(JSPlatform, JVMPlatform)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

sadly this crossProject thingy has to be directly assigned to a val. can't extract it into a method

@vpavkin vpavkin changed the title [WIP] Cross-compile core and boopickle macro to scala.js [WIP] Cross-compile core, testkit and boopickle macro to scala.js Nov 8, 2018
@SemanticBeeng
Copy link

@vpavkin - thank you very much! :-)

Fyi @karolchmist.

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