Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.64",
"@napi-rs/wasm-runtime": "^0.2.5",
"@napi-rs/wasm-runtime": "^1.0.0",
"@taplo/cli": "^0.7.0",
"@tybys/wasm-util": "^0.10.0",
"@types/node": "^22.7.4",
Expand Down
52 changes: 50 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ __metadata:
languageName: node
linkType: hard

"@emnapi/core@npm:^1.5.0":
version: 1.7.0
resolution: "@emnapi/core@npm:1.7.0"
dependencies:
"@emnapi/wasi-threads": "npm:1.1.0"
tslib: "npm:^2.4.0"
checksum: 10c0/ea57802079fda31f87506bba63f1299f0fa60546c1a1a424d2d5926f98f1ffc4a94ae3c885155f4a60114c19d314addb45d94dc0e427ac1594cbfca7cd910a31
languageName: node
linkType: hard

"@emnapi/runtime@npm:^1.1.0, @emnapi/runtime@npm:^1.3.1":
version: 1.3.1
resolution: "@emnapi/runtime@npm:1.3.1"
Expand All @@ -75,6 +85,15 @@ __metadata:
languageName: node
linkType: hard

"@emnapi/runtime@npm:^1.5.0":
version: 1.7.0
resolution: "@emnapi/runtime@npm:1.7.0"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/b99334582effe146e9fb5cd9e7f866c6c7047a8576f642456d56984b574b40b2ba14e4aede26217fcefa1372ddd1e098a19912f17033a9ae469928b0dc65a682
languageName: node
linkType: hard

"@emnapi/wasi-threads@npm:1.0.1":
version: 1.0.1
resolution: "@emnapi/wasi-threads@npm:1.0.1"
Expand All @@ -93,6 +112,15 @@ __metadata:
languageName: node
linkType: hard

"@emnapi/wasi-threads@npm:1.1.0":
version: 1.1.0
resolution: "@emnapi/wasi-threads@npm:1.1.0"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/e6d54bf2b1e64cdd83d2916411e44e579b6ae35d5def0dea61a3c452d9921373044dff32a8b8473ae60c80692bdc39323e98b96a3f3d87ba6886b24dd0ef7ca1
languageName: node
linkType: hard

"@epic-web/invariant@npm:^1.0.0":
version: 1.0.0
resolution: "@epic-web/invariant@npm:1.0.0"
Expand Down Expand Up @@ -932,7 +960,7 @@ __metadata:
languageName: node
linkType: hard

"@napi-rs/wasm-runtime@npm:^0.2.3, @napi-rs/wasm-runtime@npm:^0.2.4, @napi-rs/wasm-runtime@npm:^0.2.5":
"@napi-rs/wasm-runtime@npm:^0.2.3, @napi-rs/wasm-runtime@npm:^0.2.4":
version: 0.2.6
resolution: "@napi-rs/wasm-runtime@npm:0.2.6"
dependencies:
Expand All @@ -943,6 +971,17 @@ __metadata:
languageName: node
linkType: hard

"@napi-rs/wasm-runtime@npm:^1.0.0":
version: 1.0.7
resolution: "@napi-rs/wasm-runtime@npm:1.0.7"
dependencies:
"@emnapi/core": "npm:^1.5.0"
"@emnapi/runtime": "npm:^1.5.0"
"@tybys/wasm-util": "npm:^0.10.1"
checksum: 10c0/2d8635498136abb49d6dbf7395b78c63422292240963bf055f307b77aeafbde57ae2c0ceaaef215601531b36d6eb92a2cdd6f5ba90ed2aa8127c27aff9c4ae55
languageName: node
linkType: hard

"@napi-rs/wasm-runtime@npm:^1.0.3":
version: 1.0.3
resolution: "@napi-rs/wasm-runtime@npm:1.0.3"
Expand Down Expand Up @@ -2176,6 +2215,15 @@ __metadata:
languageName: node
linkType: hard

"@tybys/wasm-util@npm:^0.10.1":
version: 0.10.1
resolution: "@tybys/wasm-util@npm:0.10.1"
dependencies:
tslib: "npm:^2.4.0"
checksum: 10c0/b255094f293794c6d2289300c5fbcafbb5532a3aed3a5ffd2f8dc1828e639b88d75f6a376dd8f94347a44813fd7a7149d8463477a9a49525c8b2dcaa38c2d1e8
languageName: node
linkType: hard

"@tybys/wasm-util@npm:^0.9.0":
version: 0.9.0
resolution: "@tybys/wasm-util@npm:0.9.0"
Expand Down Expand Up @@ -6399,7 +6447,7 @@ __metadata:
resolution: "node-rs@workspace:."
dependencies:
"@napi-rs/cli": "npm:^3.0.0-alpha.64"
"@napi-rs/wasm-runtime": "npm:^0.2.5"
"@napi-rs/wasm-runtime": "npm:^1.0.0"
"@taplo/cli": "npm:^0.7.0"
"@tybys/wasm-util": "npm:^0.10.0"
"@types/node": "npm:^22.7.4"
Expand Down
Loading