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

support wasm build #265

Merged
merged 2 commits into from
Aug 2, 2024
Merged

support wasm build #265

merged 2 commits into from
Aug 2, 2024

Conversation

rouzwelt
Copy link
Contributor

@rouzwelt rouzwelt commented Aug 1, 2024

Motivation

  • make rust crates to natively support building for wasm targets, only functionality that is not compatible with wasm is in eval crate and the section of it that uses foundry to do evading on forks, so that section is cfg out for wasm targets.
  • also cli crate does not need to be build for wasm targets, so it is excluded..

related to rainlanguage/rain.orderbook#746

Solution

Checks

By submitting this for review, I'm confirming I've done the following:

  • made this PR as small as possible
  • unit-tested any new functionality
  • linked any relevant issues or PRs

@hardyjosh hardyjosh merged commit 7624690 into main Aug 2, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants