Running TypeScript code on Miden #1077
cf
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
This is super cool! Thank you for the great work! Looking forward to playing around with this is publicly available. One thing I'm curious about: what things did you find difficult to work with/understand? Basically, how can we improve both the VM and the docs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys just wanted to thank the contributors of the project for all the hard work, and share our progress in supporting Miden VM as target for our TypeScript compiler.
You can see an example of us compiling and running a TypeScript matrix math library in the Polygon browser sandbox:
https://twitter.com/QEDProtocol/status/1704853277018665399
Compiled the poseidon2 npm package to miden:
https://twitter.com/cmpeq/status/1705070834036142442
Right now lots of room for optimization and better function isolation (right now using mem_read/mem_write instead of proc scoped memory, better stack optimization, etc.)
Planning to open source once we fix the perf issues, but If anyone has a usecase they would like to test early give us a shout!
Beta Was this translation helpful? Give feedback.
All reactions