Commit 6f9ace6
authored
Enable wasm32 compilation and runtime of the binary-port-access lib (#1)
* start WIP rustSDK-feat-2.0 branch
* Fix deser bug
* stash
* Change cargo toml
* Update cargo toml
* typo
* stash
* update cargo
* stash
* Add workflow
* workflow
* workflow
* node js binary com
* target wasm32 communication module
* Doc
* Rename folder
* // doc
* clippy
* Comment
* Comment
* Comment
* remove unused error
* Comment todo (remove evil eval)
* sanitize_input of node tcp helper
* clippy
* Remove some logs
* check request id in rsponse buffer
* Bad commit
* Reuse web socket in wasm32
* // comment
* Clippy
* DelegatorKind
* Update Cargo
* Review comments, AtomicU16 on request_id, add node_tcp_helper.js, clean up
* Clippy
* Audit missing
* Wasm32 WS Close connection if ws url changed
* Missing onerror and onclose on bad Web Socket url (no server)
* Fix bug on web_socket_url if url does not end with / after port then add it1 parent 0c1fa33 commit 6f9ace6
17 files changed
Lines changed: 1462 additions & 269 deletions
File tree
- .github/workflows
- binary-port-access
- src
- communication
- wasm32
- binary_port_access
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
26 | 31 | | |
27 | 32 | | |
28 | 33 | | |
| |||
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
38 | | - | |
| 43 | + | |
39 | 44 | | |
40 | 45 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments