You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just disabled WASM to update a bunch of dependencies. I also don't know how much ANISE is compatible with WASM, and that's the biggest upcoming change (it takes a lot of work).
Scope of work
Uncomment the lines in the rust.yaml github workflow, and iterate on what needs fixing.
Priority
Low
The text was updated successfully, but these errors were encountered:
At the very least, the core of ANISE seems to build for WASM (when excluding the metaload feature) 🙃
The main issue with the nyx main branch seems to be the zstd feature of parquet which attempts to build a native dependency. Disabling it does not cause a compilation failure (nyx builds successfully) but I suspect it will result in an inability to load zstd compressed files (would probably be fine for WASM).
Maintenance task description
I just disabled WASM to update a bunch of dependencies. I also don't know how much ANISE is compatible with WASM, and that's the biggest upcoming change (it takes a lot of work).
Scope of work
Uncomment the lines in the rust.yaml github workflow, and iterate on what needs fixing.
Priority
Low
The text was updated successfully, but these errors were encountered: