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

Allow compilation with dependencies from WASM #952

Closed
kobyhallx opened this issue Mar 6, 2023 · 1 comment · Fixed by #965
Closed

Allow compilation with dependencies from WASM #952

kobyhallx opened this issue Mar 6, 2023 · 1 comment · Fixed by #965
Labels
enhancement New feature or request

Comments

@kobyhallx
Copy link
Contributor

Problem

I can compile Noir program in JavaScript with noir_wasm but I can not use dep::std or any other dependency because compiler would not resolve it.

Proposed solution

Add the ability to "declare" non-local crate while compiling

Alternatives considered

Using flat file technique and in-line all dependencies into a single file.

Additional context

No response

@kobyhallx kobyhallx added the enhancement New feature or request label Mar 6, 2023
@kobyhallx
Copy link
Contributor Author

Relates to #888 (comment)

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
1 participant