ross-weir / wallet-ex

1 stars 0 forks source link

Remove wasm library - use JS libs #66

Open ross-weir opened 2 years ago

ross-weir commented 2 years ago

Webview has policies around WASM loading, we need to sacrafice a lot of security to allow WASM.

This is also the likely cause of #34 .

It's also causing headaches in #65 , that PR requires updates to the tauri packages which seem to change the default way CSPs are set, WASM no longer works by default. This PR is also blocked until we either remove security or move away from WASM.