@wasmcloud/actor-keyvalue
Advanced tools
+1
-16
@@ -11,17 +11,2 @@ /** | ||
| // Boilerplate code for waPC. Do not remove. | ||
| import { handleCall, handleAbort } from "@wapc/as-guest"; | ||
| export function __guest_call(operation_size: usize, payload_size: usize): bool { | ||
| return handleCall(operation_size, payload_size); | ||
| } | ||
| // Abort function | ||
| function abort( | ||
| message: string | null, | ||
| fileName: string | null, | ||
| lineNumber: u32, | ||
| columnNumber: u32 | ||
| ): void { | ||
| handleAbort(message, fileName, lineNumber, columnNumber); | ||
| } | ||
| export * from "./module"; |
+1
-1
| { | ||
| "name": "@wasmcloud/actor-keyvalue", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Interface to the key-value contract for use by wasmCloud Actors", | ||
@@ -5,0 +5,0 @@ "author": "wasmCloud Team", |
49552
-0.83%1412
-0.98%