Comment by Cthulhu_
99 times out of a hundred, sure. But sometimes you need better performance or a library that isn't available in JS.
99 times out of a hundred, sure. But sometimes you need better performance or a library that isn't available in JS.
Better performance? For javascript code that calls into native platform apis provided by the browser it's been alteady proven that performance is an order of magnitude better than calling into wasm and doing all the sheningans to move bytes from and to wasm