I think one way to look at this is by maybe finding something that's typically done server side and not client side? (one ideas was image resizing / processing) that could be on the fly in WASM?
Or maybe creating a custom WEB API (like <video>, <audio>, etc?
I think one way to look at this is by maybe finding something that's typically done server side and not client side? (one ideas was image resizing / processing) that could be on the fly in WASM?
Or maybe creating a custom WEB API (like
<video>
,<audio>
, etc?