agoric-labs / jessica

Jessica - Jessie (secure distributed Javascript) Compiler Architecture
Apache License 2.0
36 stars 9 forks source link

Jessie to WASM compilation #58

Open mconcat opened 2 years ago

mconcat commented 2 years ago

I'm working on a WASM targeting compiler in Rust for Jessie. Because of the features Jessie provides(immutability, side-effect free, simple syntax set, etc..), it seems like a great frontend language for the developers who want to build on WASM tech stack but don't want to use Rust.

Current design decision:

erights commented 2 years ago

Sounds like a great idea. Can't wait to see it, thanks!

dckc commented 2 years ago

As we discussed in discord, we've had some relevant discussion in #38.

And #9