@noir-lang/noir_wasm 0.26.0-a0f7474.nightly → 0.26.0-da27e34.nightly

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,17 +26,3 @@ for (const path of files) {
26
26
  }
27
27
  const myCompiledCode = await compile(fm);
28
28
  ```
29
-
30
- ## Building from source
31
-
32
- Outside of the [noir repo](https://github.com/noir-lang/noir), this package can be built using the command below:
33
-
34
- ```bash
35
- nix build -L github:noir-lang/noir/master#noir_wasm
36
- ```
37
-
38
- If you are within the noir repo and would like to build local changes, you can use:
39
-
40
- ```bash
41
- nix build -L #noir_wasm
42
- ```
Binary file