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

Add JavaScript bindings via Wasm #360

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
df64c92
Add schemars::JsonSchema derives to all types
leighmcculloch Mar 4, 2024
3a547ec
add test
leighmcculloch Mar 4, 2024
ca57d82
remove unused dev dep
leighmcculloch Mar 4, 2024
3146219
silence clippy warning
leighmcculloch Mar 4, 2024
ddb4b4d
regen with new feature and manual impls from willem
leighmcculloch Mar 7, 2024
52bb627
upd
leighmcculloch Mar 7, 2024
5329bbf
fix
leighmcculloch Mar 7, 2024
bea9cec
upd
leighmcculloch Mar 8, 2024
f576c2a
fix overflow
leighmcculloch Mar 8, 2024
7575d7f
add first version of command
leighmcculloch Mar 13, 2024
db6d5a5
ping to draft7
leighmcculloch Mar 13, 2024
ecb4216
upd
leighmcculloch Mar 13, 2024
bbfea62
group new features
leighmcculloch Mar 14, 2024
017f7d6
custom types
leighmcculloch Mar 15, 2024
48714cb
upd
leighmcculloch Mar 15, 2024
9bf4550
feat: add wasm-pack to allow publishing to npm
willemneal Mar 14, 2024
17efe8f
fix: return list of types
willemneal Mar 14, 2024
c52da3d
feat: add to_xdr and from_xdr
willemneal Mar 18, 2024
b10e4be
feat: use serde_json_wasm
willemneal Mar 19, 2024
0a686f1
feat: add titles to enum types for better readability
willemneal Mar 20, 2024
fcf73dd
feat: add build script
willemneal Mar 21, 2024
2d078c1
upd ver
leighmcculloch Apr 9, 2024
716ac7e
Merge branch 'main' into rust-add-schemas
leighmcculloch Apr 9, 2024
daa2ca7
Merge branch 'main' into rust-add-schemas
leighmcculloch Apr 10, 2024
3a12f34
update xdr
leighmcculloch Apr 10, 2024
c1ce799
Merge branch 'rust-add-schemas' into pr/willemneal/351
leighmcculloch Apr 10, 2024
c0cfb75
Few changes see description
leighmcculloch Apr 11, 2024
b0ab96e
web
leighmcculloch Apr 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
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
merge_group:

env:
CARGO_HACK_ARGS: --feature-powerset --exclude-features default --group-features base64,serde,arbitrary,hex
CARGO_HACK_ARGS: --feature-powerset --exclude-features default --group-features base64,serde,serde_json,schemars,arbitrary,hex

jobs:

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
/target

.DS_Store
201 changes: 170 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading