DEV Community

Discussion on: I think to learn C for wasm

Collapse
 
gaserd profile image
Sergey Gustun

Rust – nice language as far as I know.

I choose C because this is a more powerful language.

Collapse
 
dbanty profile image
Dylan Anthony

I’m curious what about C makes it more powerful. I don’t have as much experience with C as Rust, but from what I understand Rust can do everything C can, just with more compile-time checks.