@gcoredev/proxy-wasm-sdk-as 1.0.0-alpha.2 → 1.0.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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# WebAssembly for Proxies (AssemblyScript SDK)
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
[](https://github.com/G-Core/proxy-wasm-sdk-as)
|
|
5
|
+
[](https://github.com/G-Core/proxy-wasm-sdk-as)
|
|
6
|
+
[](https://github.com/G-Core/proxy-wasm-sdk-as)
|
|
7
|
+
[](https://github.com/G-Core/proxy-wasm-sdk-as/blob/main/LICENSE)
|
|
8
|
+
[](https://www.npmjs.com/package/@gcoredev/proxy-wasm-sdk-as)
|
|
9
|
+
|
|
3
10
|
This is a friendly fork of https://github.com/Kong/proxy-wasm-assemblyscript-sdk/,
|
|
4
11
|
temporarily mantained to address an incompatibility between the AssemblyScript
|
|
5
12
|
SDK and the Rust SDK.
|
package/package.json
CHANGED