Hi, I am very interested in getting a js engine to run ok nside of a dfinity canister on the IC. The basics of how to get a c wasm canister running are in this project: https://github.com/enzoh/counter
I’ve been developing an AssemblyScript CDK for the IC and have put together some examples for how to use it. Counter Example Todo Example Phonebook Web Example If anyone who is excited about DFINITY has interested in AssemblyScript I would appreciate checking out my repos and attempting to run my examples. I currently develop on a Mac so a lot of the instructions I have cater to Mac users. WABT is required, which can be brew installed, to make modifications to the WAT to fit DFINITY nuances...