Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
X
xxdk-wasm
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
xxdk-wasm
Commits
633a0345
Commit
633a0345
authored
8 months ago
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
v0.3.20 RPC Send function
parent
092b9439
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!142
RPC Module
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+4
-0
4 additions, 0 deletions
README.md
package.json
+1
-1
1 addition, 1 deletion
package.json
storage/version.go
+1
-1
1 addition, 1 deletion
storage/version.go
with
6 additions
and
2 deletions
README.md
+
4
−
0
View file @
633a0345
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
633a0345
{
"name"
:
"xxdk-wasm"
,
"version"
:
"0.3.
19
"
,
"version"
:
"0.3.
20
"
,
"description"
:
"WebAssembly bindings for xxDK."
,
"main"
:
"dist/bundle.js"
,
"directories"
:
{
...
...
This diff is collapsed.
Click to expand it.
storage/version.go
+
1
−
1
View file @
633a0345
...
...
@@ -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
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment