martin-g commented on issue #151:
URL: https://github.com/apache/sedona-db/issues/151#issuecomment-3486412273

   I was able to get 
https://github.com/apache/datafusion/tree/main/datafusion/wasmtest working 
locally !
   
   
   On MacOS it was failing until I added
   ```
   [package.metadata.wasm-pack.profile.release]
   wasm-opt = false
   ```
   to Cargo.toml
   
   The code at 
https://github.com/apache/datafusion/blob/db5f47c88afb009fa150f282be4c37a136221d88/datafusion/wasmtest/src/lib.rs#L54-L80
 executes OK now in the browser.
   
   The next step is to try to build sedona-db itself for wasm32-unknown-unknown 
and see what kind of errors it will give me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to