mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 03:48:11 +08:00
Remove blob URL dead code and clean up more frontend code (#2199)
This commit is contained in:
@@ -28,7 +28,7 @@ use wasm_bindgen::prelude::*;
|
||||
|
||||
// /// We directly interface with the updateImage JS function for massively increased performance over serializing and deserializing.
|
||||
// /// This avoids creating a json with a list millions of numbers long.
|
||||
// #[wasm_bindgen(module = "/../src/wasm-communication/editor.ts")]
|
||||
// #[wasm_bindgen(module = "/../src/editor.ts")]
|
||||
// extern "C" {
|
||||
// // fn dispatchTauri(message: String) -> String;
|
||||
// fn dispatchTauri(message: String);
|
||||
|
||||
Reference in New Issue
Block a user