mit-plv / fiat-crypto

Cryptographic Primitive Code Generation by Fiat
http://adam.chlipala.net/papers/FiatCryptoSP19/FiatCryptoSP19.pdf
Other
717 stars 147 forks source link

Better handling of .map files in js_of_ocaml, wasm_of_ocaml #1909

Open JasonGross opened 6 months ago

JasonGross commented 6 months ago

Currently, we are pulling various sed hacks to deal with .map files when bedrock2 is enabled. We should have a more systematic way of generating files with appropriate names and mappings

https://github.com/mit-plv/fiat-crypto/blob/b739724dcf585c4d85356a7772c7917db4b575f9/Makefile.standalone#L134-L212