@polywrap/wasm-js
Advanced tools
Comparing version 0.10.0 to 0.10.1
@@ -65,2 +65,3 @@ "use strict"; | ||
encodeResult: true, | ||
resolutionContext: state.resolutionContext, | ||
})]; | ||
@@ -67,0 +68,0 @@ case 1: |
import { IFileReader } from "./IFileReader"; | ||
import { WrapManifest } from "@polywrap/wrap-manifest-types-js"; | ||
import { CoreClient, GetFileOptions, GetManifestOptions, InvocableResult, InvokeOptions, Wrapper } from "@polywrap/core-js"; | ||
import { CoreClient, GetFileOptions, GetManifestOptions, InvocableResult, InvokeOptions, Wrapper, IUriResolutionContext } from "@polywrap/core-js"; | ||
import { Result } from "@polywrap/result"; | ||
@@ -25,2 +25,3 @@ export interface State { | ||
env: Uint8Array; | ||
resolutionContext?: IUriResolutionContext; | ||
} | ||
@@ -27,0 +28,0 @@ export declare class WasmWrapper implements Wrapper { |
@@ -140,2 +140,3 @@ "use strict"; | ||
env: options.env ? (0, msgpack_js_1.msgpackEncode)(options.env) : EMPTY_ENCODED_OBJECT, | ||
resolutionContext: options.resolutionContext, | ||
}; | ||
@@ -142,0 +143,0 @@ abortWithInvokeAborted = function (message, source) { |
{ | ||
"name": "@polywrap/wasm-js", | ||
"description": "Polywrap WASM wrappers", | ||
"version": "0.10.0", | ||
"description": "Polywrap JavaScript Client Wasm Runtime", | ||
"version": "0.10.1", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/polywrap/monorepo.git" | ||
"url": "https://github.com/polywrap/javascript-client.git" | ||
}, | ||
@@ -16,13 +16,13 @@ "main": "build/index.js", | ||
"build": "rimraf ./build && tsc --project tsconfig.build.json", | ||
"lint": "eslint --color -c ../../../.eslintrc.js src/", | ||
"test": "jest --passWithNoTests --runInBand --verbose", | ||
"lint": "eslint --color -c ../../.eslintrc.js src/", | ||
"test": "jest --passWithNoTests --runInBand --verbose --config ../../jest.config.js --rootDir .", | ||
"test:watch": "yarn test -- --watch" | ||
}, | ||
"dependencies": { | ||
"@polywrap/asyncify-js": "0.10.0", | ||
"@polywrap/core-js": "0.10.0", | ||
"@polywrap/msgpack-js": "0.10.0", | ||
"@polywrap/result": "0.10.0", | ||
"@polywrap/tracing-js": "0.10.0", | ||
"@polywrap/wrap-manifest-types-js": "0.10.0" | ||
"@polywrap/asyncify-js": "0.10.1", | ||
"@polywrap/core-js": "0.10.1", | ||
"@polywrap/msgpack-js": "0.10.1", | ||
"@polywrap/result": "0.10.1", | ||
"@polywrap/tracing-js": "0.10.1", | ||
"@polywrap/wrap-manifest-types-js": "0.10.1" | ||
}, | ||
@@ -33,7 +33,8 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@polywrap/cli-js": "0.10.0", | ||
"@types/jest": "26.0.8", | ||
"jest": "26.6.3", | ||
"@polywrap/cli-js": "~0.10.0", | ||
"@polywrap/test-cases": "0.10.1", | ||
"@types/jest": "29.5.0", | ||
"jest": "29.5.0", | ||
"rimraf": "3.0.2", | ||
"ts-jest": "26.5.4", | ||
"ts-jest": "29.1.0", | ||
"ts-node": "10.9.1", | ||
@@ -40,0 +41,0 @@ "typescript": "4.9.5" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76155
1040
8
+ Added@polywrap/asyncify-js@0.10.1(transitive)
+ Added@polywrap/core-js@0.10.1(transitive)
+ Added@polywrap/msgpack-js@0.10.1(transitive)
+ Added@polywrap/result@0.10.1(transitive)
+ Added@polywrap/tracing-js@0.10.1(transitive)
+ Added@polywrap/wrap-manifest-types-js@0.10.1(transitive)
+ Addedsemver@7.5.0(transitive)
- Removed@polywrap/asyncify-js@0.10.0(transitive)
- Removed@polywrap/core-js@0.10.0(transitive)
- Removed@polywrap/msgpack-js@0.10.0(transitive)
- Removed@polywrap/result@0.10.0(transitive)
- Removed@polywrap/tracing-js@0.10.0(transitive)
- Removed@polywrap/wrap-manifest-types-js@0.10.0(transitive)
- Removedsemver@7.4.0(transitive)
Updated@polywrap/asyncify-js@0.10.1
Updated@polywrap/core-js@0.10.1
Updated@polywrap/msgpack-js@0.10.1
Updated@polywrap/result@0.10.1
Updated@polywrap/tracing-js@0.10.1