An easy win would be to include the `wasm-pack build --target web` build to ensure it can compile. This would avoid issues such as `comfy-table` being coupled between v0.1.11 and v1.0.0 which broke the wasm build
An easy win would be to include the
wasm-pack build --target webbuild to ensure it can compile.This would avoid issues such as
comfy-tablebeing coupled between v0.1.11 and v1.0.0 which broke the wasm build