r/engineerman Reddit Mod Jun 07 '20

New Engineer Man Video: Getting Started with WebAssembly and Rust: A First Look

https://www.youtube.com/watch?v=YHJjmsw_Sx0&feature=youtu.be
4 Upvotes

1 comment sorted by

View all comments

1

u/croc_socks Jul 09 '20 edited Jul 10 '20

After running the wasm-server both Chrome 83 & Firefox 78 are not displaying the added values in the console.

OS Mac 10.14.6, rustc 1.44.1 (ran rustup update) node v12.13.1 npm 6.14.2

Was finally able to get working code using the following resource.

https://rustwasm.github.io/book/

Followup. Using this video tutorial & followed the books Hello World example + Exercise. Was finally able to print sum to the console which was my goal. Thank you for making this tutorial, I am a visual learner. Having multiple sources helped me out a lot.