Skip to content

Commit

Permalink
Move core logic back out of Rust wasm module
Browse files Browse the repository at this point in the history
I wanted to avoid passing around instances of core structs so much, and just initialize one with an instance of another, but wasm-bindgen doesn’t fully support Rust lifetimes yet so this wasn’t possible.
rustwasm/wasm-bindgen#1187
  • Loading branch information
celeryclub committed Jul 5, 2023
1 parent 5264390 commit 07e8d70
Show file tree
Hide file tree
Showing 27 changed files with 475 additions and 1,023 deletions.
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
core
dist
221 changes: 0 additions & 221 deletions core/Cargo.lock

This file was deleted.

31 changes: 0 additions & 31 deletions core/Cargo.toml

This file was deleted.

7 changes: 0 additions & 7 deletions core/Makefile

This file was deleted.

10 changes: 0 additions & 10 deletions core/README.md

This file was deleted.

26 changes: 0 additions & 26 deletions core/src/cell.rs

This file was deleted.

33 changes: 0 additions & 33 deletions core/src/config.rs

This file was deleted.

Loading

0 comments on commit 07e8d70

Please sign in to comment.