Stream: general

Topic: Getting a is engine running on DFINITY


view this post on Zulip Austin Fatheree (Jun 04 2021 at 01:01):

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

Another Discussion about wat files and other things I don't quite understand is here: https://forum.dfinity.org/t/assemblyscript-cdk-alpha-examples/1784

Any help or direction or reasons why this won't work would be appreciated.

A Counter for the Internet Computer in C. Contribute to enzoh/counter development by creating an account on GitHub.
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...

Last updated: Nov 22 2024 at 16:03 UTC