| ▲ | mountainriver 7 hours ago | |||||||
Doesn’t this seem excessive over just using rust’s cross platform builds? | ||||||||
| ▲ | csomar 6 hours ago | parent [-] | |||||||
There's no such thing as a truly "cross-platform" build. Depending on what you use, you might have to target specific combinations of OS and processor architecture. That's actually why WASM (though they went with WASI) is a better choice; especially for libraries, since anyone can drop it into their environment without worrying about compatibility. | ||||||||
| ||||||||