Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable wasm32 compilation and runtime of the binary-port-access lib #1

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
bac0b23
start WIP rustSDK-feat-2.0 branch
gRoussac Sep 17, 2024
8e30492
Fix deser bug
gRoussac Sep 18, 2024
6915cc9
stash
gRoussac Oct 5, 2024
b82f173
Change cargo toml
gRoussac Oct 21, 2024
a6a5ea0
Update cargo toml
gRoussac Oct 21, 2024
bb26cc1
Merge branch 'master' of github.com:casper-ecosystem/casper-binary-po…
gRoussac Oct 21, 2024
82622f6
typo
gRoussac Oct 21, 2024
0591bc5
stash
gRoussac Oct 22, 2024
167e9c3
update cargo
gRoussac Oct 22, 2024
5c14d14
stash
gRoussac Oct 22, 2024
d94fa73
Merge branch 'master' of github.com:casper-ecosystem/casper-binary-po…
gRoussac Oct 22, 2024
fb9269c
Merge branch 'rustSDK-feat-2.0' into rustSDK-feat-2.0-wasm
gRoussac Oct 22, 2024
a2b5328
Add workflow
gRoussac Oct 22, 2024
e00266b
workflow
gRoussac Oct 22, 2024
f3f75cb
workflow
gRoussac Oct 22, 2024
91a38c9
node js binary com
gRoussac Oct 27, 2024
ce03f5c
target wasm32 communication module
gRoussac Oct 27, 2024
161fb0e
Doc
gRoussac Oct 27, 2024
293ad57
Rename folder
gRoussac Oct 27, 2024
bf36b87
Merge branch 'rustSDK-feat-2.0-wasm' into rustSDK-feat-2.0
gRoussac Oct 27, 2024
d09db9e
Merge branch 'master' of github.com:casper-ecosystem/casper-binary-po…
gRoussac Oct 27, 2024
b512fb0
// doc
gRoussac Oct 27, 2024
0c12f5f
clippy
gRoussac Oct 27, 2024
919062c
Comment
gRoussac Oct 27, 2024
311a827
Comment
gRoussac Oct 27, 2024
31b462f
Comment
gRoussac Oct 28, 2024
6b67507
remove unused error
gRoussac Oct 28, 2024
1e39799
Comment todo (remove evil eval)
gRoussac Oct 28, 2024
fc83f89
sanitize_input of node tcp helper
gRoussac Oct 28, 2024
4fdfa8a
clippy
gRoussac Oct 28, 2024
50ac3c4
Remove some logs
gRoussac Oct 29, 2024
8e7d038
check request id in rsponse buffer
gRoussac Nov 5, 2024
3d58de6
Bad commit
gRoussac Nov 5, 2024
492b3fb
Reuse web socket in wasm32
gRoussac Nov 5, 2024
f777653
// comment
gRoussac Nov 5, 2024
36c2e6c
Clippy
gRoussac Nov 5, 2024
63ae0cb
DelegatorKind
gRoussac Dec 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Run Clippy linter
run: make lint

# - name: Run Clippy linter for wasm target
# run: make lint-wasm
- name: Run Clippy linter for wasm target
run: make lint-wasm

- name: Check code formatting
run: make fmt-check
Expand Down
Loading
Loading