Thanks, I look forward to switch to native when it arrives 
Meanwhile, I’m sure Rust would be fast enough.
Interesting little sidenote:
I found this super-fast Javascript RSA script when I was searching.
It’s not maintainted and thus Rust makes more sense, but still interesting.
I figured out how to get Rust RSA working, but I’m unable to figure out how to get Wrangler to also pick up my WASM file when publishing. The docs say I’m able to use Webpack + WASM but not how to do that 
I got wasm working with webpack by switching back to using the REST API.
Is it just me, or does Wrangler feel over-complicated for what it’s supposed to do?
I just got hip to these release notes. I appreciate you continuing to post them. I’m reading back on some older ones 
John
There’s no mature RSA libraries for Rust that compiles to WASM, unfortunately.
I’ll scrap the project and wait for native RSA in Webcrypto API…