Skip to content

Commit

Permalink
Added std to js-default
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Jul 23, 2021
1 parent 58350e3 commit 124672e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ native = ["dylib"]

# Features for `js`.
js = []
js-default = ["js", "wasm-types-polyfill"]
js-default = ["js", "std", "wasm-types-polyfill"]

wasm-types-polyfill = ["js", "wasmparser"]

0 comments on commit 124672e

Please sign in to comment.