Open
Conversation
- Created wasm/main.go entry point that exposes SkycoinCipher.generateAddress() and SkycoinCipher.prepareTransaction() to browser - Compiled with Go 1.25 to skycoin-lite.wasm (4.7MB) - Replaces old GopherJS-only build system with WebAssembly support for modern browsers
added 4 commits
October 21, 2025 16:27
- Created cmd/gen tool to compile WASM with both Go and TinyGo - Generated wasm-go/skycoin-lite.wasm (4.5M) and wasm-tinygo/skycoin-lite.wasm (1.6M) - Added embed directives to serve compiled WASM at runtime - Updated Makefile with build-wasm target - Updated dependencies for script, spinner, and cobra libraries
Author
|
NOTE: the skycoin-web and skycoin-lite source code (the changes on this PR) have been added to the cobra-cli branch of github.com/skycoin/skycoin Merging this PR is only necessary if the source code for these repos should not be included in github.com/skycoin/skycoin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.