|
|
|
|
|
by MuffinFlavored
1305 days ago
|
|
> Write a library in Rust and compile it to WASM this misses the fact that (unless I'm wrong), WASM by itself can't really do anything like file system/network operations I know that's not the main usecase of where to put WASM logic that needs to be performant (it's the opposite really) I just think it's worth calling out that a WASM library really can't do much from what I understand. Like... basic math? You have to supply it (through a WASM runtime) interop to other functions it can call... I think? Would love to be taught/proven wrong. |
|