Skip to content

Commit

Permalink
Remove Zed Wasm (#3171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr authored Feb 18, 2025
1 parent 3fdcec4 commit 8713bba
Show file tree
Hide file tree
Showing 26 changed files with 12 additions and 2,011 deletions.
4 changes: 0 additions & 4 deletions .github/actions/setup-zui/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ runs:
run: yarn --inline-builds
shell: bash

- name: Install Playwright Deps
run: yarn workspace @brimdata/zed-wasm run playwright install
shell: bash

- name: Yarn Build
run: yarn run build
shell: bash
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ This Zui code repository is actually a [monorepo](https://en.wikipedia.org/wiki/

- [**zed-js**](packages/zed-js): the JavaScript library for browsers
- [**zed-node**](packages/zed-node): the JavaScript library for [Node.js](https://nodejs.org/)
- [**zed-wasm**](packages/zed-wasm): the Zed [command-line tools](https://zed.brimdata.io/docs/commands) in the browser
- [**zui-player**](packages/zui-player): the end-to-end testing framework for Zui

## Need Help?
Expand Down
11 changes: 0 additions & 11 deletions apps/zui/src/electron/paths.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
import {app} from "electron"
import os from "os"
import {join} from "path"

const exe = (name) => (os.platform() === "win32" ? `${name}.exe` : name)

class Paths {
brimcap() {
return join(
app.getAppPath().replace("app.asar", "app.asar.unpacked"),
"zdeps",
exe("brimcap")
)
}

root() {
return app.getAppPath()
}
Expand Down
2 changes: 0 additions & 2 deletions packages/zed-wasm/.env.build-go

This file was deleted.

5 changes: 0 additions & 5 deletions packages/zed-wasm/.gitignore

This file was deleted.

82 changes: 0 additions & 82 deletions packages/zed-wasm/README.md

This file was deleted.

52 changes: 0 additions & 52 deletions packages/zed-wasm/go.mod

This file was deleted.

153 changes: 0 additions & 153 deletions packages/zed-wasm/go.sum

This file was deleted.

Loading

0 comments on commit 8713bba

Please sign in to comment.