WebAssembly backend#103
Conversation
|
Depends on #115 |
see https://github.com/womeier/certicoqwasm for full history Co-authored-by: Martin Karup Jensen <mkjensen@mailbox.org>
|
could someone trigger the CI? (and possibly take a look at the PR) |
- fix wasmcert deprecations - cleanup a bit
|
@womeier what should be reviewed? |
|
The last three todos are really small things. I was just hoping for feedback/another opinion. The diff is already quite large, so I'm a little hesitant to include more changes... |
|
Thanks for the merge. |
|
@womeier yes please, for the nix setup! |
This PR adds our Wasm backend, as dicussed with Zoe.
We extended the plugin with
CertiCoq Compile Wasm <definition>..Benchmarks are in
benchmarks/wasm.Some considerations (before merge or follow-up):
Disjointandbound_varinstead ofNoDupin correctness statement (relevant for linking to earlier pipeline, to obtain an end-to-end statement at some point)This PR has our backend in a single commit, we'll keep the full history at gh/womeier/certicoqwasm.