kitgit

tirbofish/dropbear · commit

8d5b3f3172fbf6054ef3053d5ffc3274c9aafbe8

changing from wasmer to boa_engine and using gleam

Unverified

tk <4tkbytes@pm.me> · 2025-09-16 09:44

view full diff

diff --git a/Cargo.toml b/Cargo.toml
index 43311b3..1a9efc7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,8 +42,8 @@ open = "5"
 parking_lot = {version = "0.12", features = ["deadlock_detection"] }
 rfd = "0.15.4"
 ron = "0.11"
-russimp-ng = { version = "3.2", features = ["static-link"] }
-rustyscript = { version = "0.12" }
+# russimp-ng = { version = "3.2", features = ["static-link"] }
+# rustyscript = { version = "0.12" }
 serde = { version = "1.0.219", features = ["derive"] }
 spin_sleep = "1.3"
 transform-gizmo-egui = { git = "https://github.com/4tkbytes/transform-gizmo"}
@@ -52,13 +52,15 @@ wgpu = "26"
 winit = { version = "0.30", features = [] }
 zip = "5.1"
 walkdir = "2.3"
-wasmer = { version = "6.1.0-rc.3" }
+# wasmer = { version = "6.1.0-rc.3" }
 rayon = "1.11"
 flate2 = "1.1"
 reqwest = { version = "0.11", features = ["stream"] }
 tar = "0.4"
 async-trait = "0.1"
 futures-util = "0.3"
+boa_engine = "0.20"
+
 
 gltf = "1"
 thiserror = "2.0"
@@ -77,11 +79,11 @@ lto = false
 # it takes way too long to exit out
 panic = "abort"
 
-[profile.release]
-opt-level = 3
-lto = true 
-codegen-units = 1
-strip = true
-panic = "abort"
-debug = false
-incremental = false
+# [profile.release]
+# opt-level = 3
+# lto = true 
+# codegen-units = 1
+# strip = true
+# panic = "abort"

Large diffs are not rendered by default. Showing the first 50 of 1607 lines. Show full diff