Closed kobyhallx closed 1 year ago
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.
dep::std
Add the ability to "declare" non-local crate while compiling
Using flat file technique and in-line all dependencies into a single file.
No response
Relates to https://github.com/noir-lang/noir/issues/888#issuecomment-1453388917
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