Deno 2.1 adds even better support for loading WASM modules.
I bet storing binary data inside of a WASM file might be more space-efficient than storing it as base64 data inside of a .ts file.
Would be fun to implement a WASM option to compare the two.