Define the js wasm-editor interface (#31)

This commit is contained in:
TrueDoctor
2021-03-21 19:32:56 +01:00
committed by Keavon Chambers
parent 1b8c71d2b3
commit d254916430
10 changed files with 75 additions and 4 deletions
Generated
+2 -1
View File
@@ -199,10 +199,11 @@ dependencies = [
]
[[package]]
name = "wasm-bindings"
name = "wasm-wrapper"
version = "0.1.0"
dependencies = [
"console_error_panic_hook",
"graphite-editor",
"wasm-bindgen",
"wasm-bindgen-test",
]