Skip to content

Conversation

@Bisht13
Copy link
Collaborator

@Bisht13 Bisht13 commented Dec 19, 2025

Summary

  • Add wasm32 architecture support to Skyscraper field arithmetic
  • Add WASM bindings for Prover and Verifier (provekit-wasm)
  • Add Node.js and browser demo with noir_js integration

Changes

  • skyscraper: wasm32 block multiplier, fp-rounding stubs, SIMD codegen
  • provekit-wasm: Prover and Verifier classes with proveBytes() API
  • playground/wasm-node-demo: Setup scripts, browser UI, Node.js CLI demo

Usage

cd playground/wasm-node-demo
pnpm install
pnpm run setup -- path/to/noir-circuit
pnpm run demo # Node.js
pnpm run demo:web # Browser (localhost:8080)

Blocked on #198

@xrvdg xrvdg mentioned this pull request Dec 25, 2025
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.

2 participants