kevaundray

Results 157 comments of kevaundray

Note, we will still need the ability to compress a linear combination into a single witness, however if we use a map, we can add logic to check the compressed...

This method was included in this PR https://github.com/noir-lang/noir/pull/106

Note that we cannot delay all of the updates until the end, because a later opcode may need the field value that the update would have produced. For example, if...

A different solution is to first run the partial witness generator using an empty database, then once finished check if there are any errors that would have caused us to...

Js or WASM would be preferred; anything that allows it to be used in the browser

One viable solution is not compile noir bundled with the backend, instead we compile Noir with no backend into wasm and then separately compile the backend into wasm. - The...

@kobyhallx Hey, I'm currently working on this, just have not committed the changes. Indeed just disabling things will give a compilation error (We want to compile noir without a backend)...

Link to comment in PR: https://github.com/noir-lang/noir/pull/153#discussion_r798768557

This will be left open until there is a specific place to document opcode

We had a discussion about this, before reviewing I'll dig up the notes on this