Skip to content

Commit

Permalink
chore: include actors sdk in toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Dec 2, 2024
1 parent ef20e49 commit 4c4da9f
Show file tree
Hide file tree
Showing 31 changed files with 909 additions and 384 deletions.
17 changes: 17 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml

Large diffs are not rendered by default.

74 changes: 0 additions & 74 deletions examples/actor-simple/archive/client.ts

This file was deleted.

2 changes: 1 addition & 1 deletion examples/actor-simple/client.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ActorClient } from "../../sdks/actors/client/src/mod.ts"

async function main() {
const actorClient = new ActorClient("http://127.0.0.1:20079");
const actorClient = new ActorClient("http://127.0.0.1:20025");

// Broadcast event
let broadcastActor;
Expand Down
78 changes: 0 additions & 78 deletions examples/actor-simple/manager/mod.ts

This file was deleted.

119 changes: 0 additions & 119 deletions examples/actor-simple/manager/query.ts

This file was deleted.

13 changes: 0 additions & 13 deletions examples/actor-simple/manager/utils.ts

This file was deleted.

12 changes: 0 additions & 12 deletions examples/actor-simple/rivet.jsonc
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"builds": [
{
"tags": { "name": "manager" },
"runtime": "javascript",
"script": "../../sdks/actors/manager/src/mod.ts",
"deno": {
"config_path": "../../sdks/actors/manager/deno.jsonc",
"lock_path": "../../sdks/actors/deno.lock"
},
"unstable": {
"minify": false
}
},
{
"tags": { "name": "counter" },
"runtime": "javascript",
Expand Down
20 changes: 20 additions & 0 deletions packages/infra/client/isolate-v8-runner/js/40_rivet_kv.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
//
// Generated with scripts/pegboard/compile_bridge.ts

// DO NOT MODIFY
//
// Generated with scripts/pegboard/compile_bridge.ts

// DO NOT MODIFY
//
// Generated with scripts/pegboard/compile_bridge.ts

// DO NOT MODIFY
//
// Generated with scripts/pegboard/compile_bridge.ts

// DO NOT MODIFY
//
// Generated with scripts/pegboard/compile_bridge.ts

// DO NOT MODIFY
//
// Generated with scripts/pegboard/compile_bridge.ts

import { op_rivet_kv_delete, op_rivet_kv_delete_all, op_rivet_kv_delete_batch, op_rivet_kv_get, op_rivet_kv_get_batch, op_rivet_kv_list, op_rivet_kv_put, op_rivet_kv_put_batch, } from "ext:core/ops";
import { core } from "ext:core/mod.js";
/**
Expand Down
Loading

0 comments on commit 4c4da9f

Please sign in to comment.