Content
@
https://www.rust-lang.org
0 reply
0 recast
0 reaction
Gabriel Ayuso
@gabrielayuso.eth
Will be playing around with Rust for this. My plan is to pull data from Neynar on the server and use WebAssembly on the client for everything except rendering (using React components for that). I would normally use Go but I like Rust for WebAssembly due to size. https://warpcast.com/gabrielayuso.eth/0x406b2880
1 reply
0 recast
1 reaction
Daniel - Bountycaster
@pirosb3
Any reason why you want to use WASM for this? it's mainly for data parsing right?
2 replies
0 recast
0 reaction
Daniel - Bountycaster
@pirosb3
If you are doing this for speed, definitely consider the overhead of going in and out of WASM (especially if you are copying strings)
0 reply
0 recast
0 reaction
Gabriel Ayuso
@gabrielayuso.eth
Experimentation to start with. You can use WebAssembly for everything even manipulating the DOM. Curious about code reuse and also being able to run the same WASM logic outside of browser context. Hence just using react for DOM manipulation (don't want to do that on Rust).
0 reply
0 recast
0 reaction