Skip to content
Snippets Groups Projects
Commit 633a0345 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

v0.3.20 RPC Send function

parent 092b9439
No related branches found
No related tags found
1 merge request!142RPC Module
......@@ -7,6 +7,10 @@ examples and a test server to serve the compiled WebAssembly module.
need to ensure that you update the `wasm_exec.js` file as described
[below](#wasm_execjs).
Examples for how to use this package can be found at:
https://git.xx.network/xx_network/xxdk-examples
## Updates
The current semantic version of this repository is stored in `SEMVER` in
......
{
"name": "xxdk-wasm",
"version": "0.3.19",
"version": "0.3.20",
"description": "WebAssembly bindings for xxDK.",
"main": "dist/bundle.js",
"directories": {
......
......@@ -21,7 +21,7 @@ import (
)
// SEMVER is the current semantic version of xxDK WASM.
const SEMVER = "0.3.19"
const SEMVER = "0.3.20"
// Storage keys.
const (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment