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

experiment: build RTS outside of Nix environment #4425

Closed
wants to merge 16 commits into from

Conversation

rvanasa
Copy link
Contributor

@rvanasa rvanasa commented Mar 5, 2024

Part of the Motoko FFI exploration.

The goal is to see if we can support building the RTS outside of the Nix environment with relatively few system dependencies. This would enable something similar to Canpack for the Motoko compiler.

My tentative conclusion is that due to the number of system-level dependencies required for this to work, asking developers to install Nix would be an overall cleaner way to manage build dependencies rather than also providing a separate build process. Curious to hear any additional opinions on this.

Copy link

github-actions bot commented Mar 5, 2024

Comparing from 90013cb to 6f6e44b:
The produced WebAssembly code seems to be completely unchanged.

@rvanasa rvanasa closed this Mar 19, 2024
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.

1 participant