CQCL/pytket-phir

Add Wasm support

Closed this issue · 2 comments

Related to issue #49. Add support for programs with Wasm to generate appropriate PHIR.

PECOS (https://github.com/PECOS-packages/PECOS/blob/b71596a3520b0f48f844aabf5cf29a77c3a79ecd/tests/integration/test_phir.py#L36) has a test showing that direct input of PHIR + Wasm will run.

This issue here is just WASM support, right? I don't think pytket-phir needs to know anything about QASM?

I just mean taking in the combination of qasm with Wasm. Although I guess technically its input is pytket circuits. I'll drop the mention of qasm.