Skip to content

Commit

Permalink
Progress backup of serde across wasm bridge with wit
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Aug 31, 2022
1 parent 75938b2 commit ad60ef6
Show file tree
Hide file tree
Showing 20 changed files with 11,696 additions and 82 deletions.
155 changes: 138 additions & 17 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ members = [
"necsim/plugins/statistics",
"necsim/plugins/species",
"necsim/plugins/tskit",
"necsim/plugins/wasm",

"necsim/partitioning/core",
"necsim/partitioning/monolithic",
Expand Down
4 changes: 2 additions & 2 deletions necsim/plugins/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[features]
default = []
export = ["process_path"]
export = []#"process_path"]
import = ["libloading"]

[dependencies]
Expand All @@ -20,7 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
erased-serde = "0.3"

libloading = { version = "0.7", optional = true }
process_path = { version = "0.1", optional = true }
#process_path = { version = "0.1", optional = true }

[build-dependencies]
rustc_version = "0.4"
Loading

0 comments on commit ad60ef6

Please sign in to comment.