Or How I Learned To Stop Worrying And Love Macros
It's been a little while since I built a resizable dot with a slider in some esoteric ...
For further actions, you may consider blocking this person and/or reporting abuse
This is cool
What's cooler is what you can build next.
Definitely!
You may have given me an excuse to finally execute some Rust code! I’ve done lots of reading but haven’t actually tried using Rust yet.
Ever give it a go?
Nice post!!
My lack of experience with JS/node/NPM was a bit of a roadblock with WASM.
Nice use of macros.
Yep, it's a pretty big can of worms if you've never worked with it before, but it's nice that it does integrate so nicely with an already established workflow.
I'll be checking this out after I'm done with my WASM project, man they are LONG.
Decent amount of materials.Rust!!!
Great stuff ! Thanks !
This is cool, I tried this out but sadly the debugger cannot step into the rust's source code, is there anyone can have a source-level debugging in rust wasm?