Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
Inherit the egg wasm-bindgen feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Mackie committed Feb 20, 2023
1 parent 78c804f commit 9cbfc7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion crates/ditto-codegen-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,7 @@ harness = false

[[test]]
name = "node_execution_tests"
harness = false
harness = false

[features]
wasm-bindgen = ["egg/wasm-bindgen"]

0 comments on commit 9cbfc7f

Please sign in to comment.