Skip to content

Commit

Permalink
fix: remove wasm related ops
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Nov 5, 2024
1 parent 30fc9b9 commit b59e73a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 101 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,12 +281,12 @@ jobs:
source .venv/bin/activate
# this doesn't publish it but only builds it
WASM_OPT=1 ghjk x build-tgraph-ts
ghjk x build-tgraph-ts
# start the docker containers
ghjk x dev-compose base prisma grpc subredis
WASM_OPT=1 ghjk x build-tgraph
ghjk x build-tgraph
ghjk x install-ts
Expand Down
1 change: 0 additions & 1 deletion src/typegraph/deno/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"./deps/mod.ts": "./src/deps/mod.ts",
"./effects.ts": "./src/effects.ts",
"./envs/cli.ts": "./src/envs/cli.ts",
"./gen/typegraph_core.d.ts": "./src/gen/typegraph_core.d.ts",
"./host/host.d.ts": "./src/host/host.d.ts",
"./index.ts": "./src/index.ts",
"./io.ts": "./src/io.ts",
Expand Down
98 changes: 0 additions & 98 deletions tools/jsr/fix-declarations.ts

This file was deleted.

0 comments on commit b59e73a

Please sign in to comment.