Rust

Compile Rust to WebAssembly on Mac

Install necessary modules from Homebrew Modified ~/.emscripten Compile This content is same as below. qiita.com Install necessary modules from Homebrew cmake emscripten $brew install cmake emscripten After installing emscripten, you can se…

Comparing variables, functions and class in Rust and JavaScript

Before starting topic Targets of this article My experiences of Rust so far. Syntax Variable Example Function Example struct, impl (== class of JavaScript) Pros and cons Pros Cons Conclusion Resources Before starting topic I have just star…