@bytecodealliance/jco 0.6.1 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api.d.ts +21 -8
- package/api.mjs +2545 -498
- package/cli.mjs +2562 -507
- package/js-component-bindgen-component.core.wasm +0 -0
- package/js-component-bindgen-component.core2.wasm +0 -0
- package/package.json +4 -1
- package/{wasi_snapshot_preview1.command.wasm → wasi_preview1_component_adapter.command.wasm} +0 -0
- package/wasi_preview1_component_adapter.reactor.wasm +0 -0
- package/wasm-tools.core.wasm +0 -0
- package/wasm-tools.core2.wasm +0 -0
- package/wasi_snapshot_preview1.reactor.wasm +0 -0
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bytecodealliance/jco",
|
|
3
3
|
"description": "JavaScript tooling for working with WebAssembly Components",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.7.0",
|
|
5
5
|
"exports": "./api.mjs",
|
|
6
6
|
"types": "api.d.ts",
|
|
7
7
|
"author": "Guy Bedford",
|
|
8
8
|
"bin": {
|
|
9
9
|
"jco": "cli.mjs"
|
|
10
10
|
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@bytecodealliance/preview2-shim": "0.0.8"
|
|
13
|
+
},
|
|
11
14
|
"repository": {
|
|
12
15
|
"type": "git",
|
|
13
16
|
"url": "git+https://github.com/bytecodealliance/jco.git"
|
package/{wasi_snapshot_preview1.command.wasm → wasi_preview1_component_adapter.command.wasm}
RENAMED
|
index c1b3864..956ba52 100644
|
|
|
Binary file
|
|
Binary file
|
package/wasm-tools.core.wasm
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|