Today we create a new runtime everytime we are going to block on the http request, we should stop doing it: https://codeberg.org/era/databook/src/branch/main/databook-rs/src/wasm.rs#L144
The easiest way is to use reqwest which has a blocking version.
Today we create a new runtime everytime we are going to block on the http request, we should stop doing it: https://codeberg.org/era/databook/src/branch/main/databook-rs/src/wasm.rs#L144
The easiest way is to use reqwest which has a blocking version.