Skip to content

Commit

Permalink
bin features by default
Browse files Browse the repository at this point in the history
  • Loading branch information
OlofBlomqvist committed Jul 25, 2023
1 parent 750954c commit 088ede8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ hex = { version = "0.4.3" }
minicbor = { version = "0.19.1", optional = true }

getrandom = { version = "0.2.10", features = ["js"], optional = true}

wasm-bindgen = { version = "0.2.83", optional = true , features=["serde-serialize"]}
web-sys = { version = "0.3.59", features = [ 'console' ], optional = true }
bech32 = "0.9.1"
Expand All @@ -43,7 +44,7 @@ pallas = "0.18.1"
[features]
bin-features = ["clap","utils","unstable"]
infinite-recursion = ["serde_stacker"]
default = ["utils","infinite-recursion"]
default = ["utils","infinite-recursion","bin-features"]
unstable = []
wasi = []
utils = [
Expand Down
Binary file modified pkg_wasi/marlowe_lang.wasm
Binary file not shown.
Binary file modified pkg_wasi/marlowe_lang_cli.wasm
Binary file not shown.

0 comments on commit 088ede8

Please sign in to comment.