Skip to content

Commit 75404ac

Browse files
Guy BedfordJakeChampion
authored andcommitted
deps: bindgen upgrade, [email protected], [email protected] upgrades
1 parent e367bd6 commit 75404ac

File tree

7 files changed

+921
-626
lines changed

7 files changed

+921
-626
lines changed

integration-tests/cli/component.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test('should create component wasm file and return zero exit code', async functi
3030

3131
console.log('COMPONENT SIZE: ' + wasmBuffer.byteLength);
3232

33-
const wat = print(wasmBuffer);
33+
const wat = await print(wasmBuffer);
3434

3535
t.is(wat.slice(0, 10), '(component');
3636
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript": "^5.0"
4646
},
4747
"dependencies": {
48-
"@bytecodealliance/jco": "^0.7.0",
48+
"@bytecodealliance/jco": "^0.9.1",
4949
"@bytecodealliance/wizer": "^3.0.1",
5050
"acorn": "^8.8.2",
5151
"acorn-walk": "^8.2.0",

runtime/js-compute-runtime/fastly-world/fastly_world.c

Lines changed: 165 additions & 165 deletions
Large diffs are not rendered by default.

runtime/js-compute-runtime/fastly-world/fastly_world.h

Lines changed: 217 additions & 156 deletions
Large diffs are not rendered by default.
Binary file not shown.

runtime/js-compute-runtime/fastly.wit

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
default world fastly-world {
1+
package fastly:compute-at-edge
2+
3+
world fastly-world {
24
import fastly: interface {
35
// TODO: split this up into function-specific error enums
46
enum error {

yarn.lock

Lines changed: 534 additions & 302 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)