Hey Bek, just wanted to tell you I joined your channel and using your tutorials. It's amazing. Thank you! Could you make maybe also some advanced stuff like a CRUD app using Rust and WASM or similar, like full app. Thank you ❤
Dear Mita Skeledžija, Thank you very much for being a valuable member of the channel. Your request will be the first tutorial on the channel after the summer holidays 🙂🙏
Love this. As a long-time web developer, this looks like a great way to get into lower-level compiled languages while still working primarily in the domain I know and love. Going to have to learn some Rust, but this is exactly what I need to take my JS chess engine to the next level!
I managed to run the tutorial as you intended it, the index.html tag referenced the "./tax.js" file and that one imported stuff from "./pkg/tax_wasm.js"; I also had an error because I referenced the button with the wrong ID ("calculate" instead of "calculateButton") and it worked after that. That was a very nice tutorial, I hate reading docs because it takes literally forever, so these kinds of tuts just get quickly to the point. Thanks man!
Great tutorial. Simple and complete. I tried a few ones before but always had problems and could not terminate them. I had no need to put the JS inside the html, but it was very important to have the type="module" in the script tag.
@@hemantakakati1103 sure, you'll find it in my customize your PowerShell video on the channel, you'll see how to download it. It's towards the end of the tutorial, you'll find the timestamp as well.
the only problem you had is using /tax.js before, if you use without / , it should work ,also you can catch error ``` run().catch(console.error); ``` you should have set up your vscode to work with js and ts with rust as things gets muddy if you can see any error first hand
Hi Amir thank you for this tremendous tutorial it is absolutely inspiring, I think why it is not running from a separate .js file is because we will have two separate references to javascript files since it is already importing tax_webassembly.js file so it cant read from two javascript files to my understanding I could be wrong though so anyone reading this pls feel free to correct me, thank you once again and keep up the good work.
Thanks for your tutorial. I tried it with http-server v14.1.1 and simple-http-server v0.6.9 (rust based) on a linux system. Both worked with an external tax.js file in the script tag. But I don't know why. ^^
I love how he basically ignores all of the AI tab completion suggestions. That matches up very much with my experiences so far :) Prompted function creation works very well (for zero-brain-functions), but for tab completion, I'm still missing a local (or even free) model.
Thanks for the tutorial. Please, next time don’t spend so much time in your implementation details, those are irrelevant. For example: calculate tax implementation.
@@mobalaaa you misunderstood. It’s constructive criticism. The title suggests an advanced topic; therefore, spending so much time explaining basic concepts like conditionals or CSS is, in fact, irrelevant.
I love all of the detailed explanations, as this makes them relevant for everyone, including newbies. If something is too easy for someone, they can fast-forward or speed up the video to 2X
Hey Bek, just wanted to tell you I joined your channel and using your tutorials. It's amazing. Thank you! Could you make maybe also some advanced stuff like a CRUD app using Rust and WASM or similar, like full app. Thank you ❤
Dear Mita Skeledžija, Thank you very much for being a valuable member of the channel.
Your request will be the first tutorial on the channel after the summer holidays 🙂🙏
@@BekBrace much love man! ❤️
I second this request- A full CRUD application using RUST would be fantastic!
Love this. As a long-time web developer, this looks like a great way to get into lower-level compiled languages while still working primarily in the domain I know and love. Going to have to learn some Rust, but this is exactly what I need to take my JS chess engine to the next level!
Awesome 😎👍
I managed to run the tutorial as you intended it, the index.html tag referenced the "./tax.js" file and that one imported stuff from "./pkg/tax_wasm.js";
I also had an error because I referenced the button with the wrong ID ("calculate" instead of "calculateButton") and it worked after that.
That was a very nice tutorial, I hate reading docs because it takes literally forever, so these kinds of tuts just get quickly to the point.
Thanks man!
@@EduardKaresli Glad that was useful to you, friend 🙂
Great tutorial. Simple and complete. I tried a few ones before but always had problems and could not terminate them. I had no need to put the JS inside the html, but it was very important to have the type="module" in the script tag.
@@OlivierGeorg Thank you for the feedback 🙏😊
Amazing. Thanks
Looks great!😁
Cheers 🍻
may i know what kind of extension you are using for auto completion ?
@@hemantakakati1103 sure, you'll find it in my customize your PowerShell video on the channel, you'll see how to download it. It's towards the end of the tutorial, you'll find the timestamp as well.
the only problem you had is using /tax.js before, if you use without / , it should work ,also you can catch error
```
run().catch(console.error);
```
you should have set up your vscode to work with js and ts with rust as things gets muddy if you can see any error first hand
can you do a tutorial for Dioxus?
Yes 👍
What extension do you use for auto-completion in toml file, plus that check mark I see
It looks beautiful and interesting
@@informer787 check out my Customize your PowerShell video and you'll see how to install it
@@BekBrace a link for it, coz I can't find it by search
th-cam.com/video/fviSilPKIhs/w-d-xo.htmlsi=1DGmK2J0CUFuwX5v
Unfortunately I use Linux,
Hi Amir thank you for this tremendous tutorial it is absolutely inspiring, I think why it is not running from a separate .js file is because we will have two separate references to javascript files since it is already importing tax_webassembly.js file so it cant read from two javascript files to my understanding I could be wrong though so anyone reading this pls feel free to correct me, thank you once again and keep up the good work.
Thanks for your tutorial. I tried it with http-server v14.1.1 and simple-http-server v0.6.9 (rust based) on a linux system. Both worked with an external tax.js file in the script tag. But I don't know why. ^^
Thanks for sharing that !!
what is color theme?
The theme is : Phosphor Dawn
I love how he basically ignores all of the AI tab completion suggestions. That matches up very much with my experiences so far :)
Prompted function creation works very well (for zero-brain-functions), but for tab completion, I'm still missing a local (or even free) model.
waiting
Thank you 😊
Thanks for the tutorial. Please, next time don’t spend so much time in your implementation details, those are irrelevant. For example: calculate tax implementation.
Thank you for watching
What a self entitled popcorn!!! Bro, it's irrelevant for you but relevant for others
@@mobalaaa you misunderstood. It’s constructive criticism. The title suggests an advanced topic; therefore, spending so much time explaining basic concepts like conditionals or CSS is, in fact, irrelevant.
@@nvictorme ok I misunderstood, my bad bro
I love all of the detailed explanations, as this makes them relevant for everyone, including newbies. If something is too easy for someone, they can fast-forward or speed up the video to 2X