@gcoredev/proxy-wasm-sdk-as 1.2.0 → 1.2.1-alpha.1
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 +6 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,11 +5,12 @@
|
|
|
5
5
|
[](https://github.com/G-Core/proxy-wasm-sdk-as)
|
|
6
6
|
[](https://github.com/G-Core/proxy-wasm-sdk-as/blob/main/LICENSE)
|
|
7
7
|
[](https://www.npmjs.com/package/@gcoredev/proxy-wasm-sdk-as)
|
|
8
|
+
[](https://app.fossa.com/projects/git%2Bgithub.com%2FG-Core%2Fproxy-wasm-sdk-as?ref=badge_shield)
|
|
8
9
|
|
|
9
10
|
This is a friendly fork of https://github.com/Kong/proxy-wasm-assemblyscript-sdk/,
|
|
10
11
|
mantained to address an incompatibility between the AssemblyScript SDK and the Rust SDK,
|
|
11
12
|
|
|
12
|
-
It also
|
|
13
|
+
It also provides FastEdge specific functionality for accessing resources.
|
|
13
14
|
|
|
14
15
|
## How to use this SDK
|
|
15
16
|
|
|
@@ -99,3 +100,7 @@ Please see [Envoy.md](./ENVOY.md)
|
|
|
99
100
|
## Examples
|
|
100
101
|
|
|
101
102
|
For more examples on how to use this `proxy-wasm-sdk-as` please see our [examples repo](https://github.com/G-Core/FastEdge-examples/tree/main/assemblyscript)
|
|
103
|
+
|
|
104
|
+
## License
|
|
105
|
+
|
|
106
|
+
[](https://app.fossa.com/projects/git%2Bgithub.com%2FG-Core%2Fproxy-wasm-sdk-as?ref=badge_large)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gcoredev/proxy-wasm-sdk-as",
|
|
3
3
|
"description": "Use this SDK to write extensions for the proxy WASM ABI",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.1-alpha.1",
|
|
5
5
|
"main": "assembly/index.ts",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"asbuild:debug": "asc assembly/index.ts --target debug",
|