We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c99ec commit d5cd761Copy full SHA for d5cd761
jsr/package/README.md
@@ -8,7 +8,7 @@ blob**.
8
Import the JSON and write the `.so` to disk (consumer project example):
9
10
```ts
11
-import blob from "@serial/cpp-bindings-linux/x84_64" with { type: "json" };
+import blob from "@serial/cpp-bindings-linux/bin/x84_64" with { type: "json" };
12
13
const bytes = new TextEncoder().encode(atob(blob.data));
14
0 commit comments