From 7874c1d28bccbd4e089e0a7a2a8c8ad005aa09e8 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 16 Aug 2024 15:29:23 -0400 Subject: Update --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b74c31d..6a7fdc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" authors = ["LLLL Colonq "] edition = "2021" +[lib] +crate-type = ["cdylib", "rlib"] + [profile.release] opt-level = 2 codegen-units = 1 @@ -27,7 +30,7 @@ console_error_panic_hook = "*" # log to browser console on panic tracing-wasm = "*" # trace performance in browser wasm-bindgen = "*" # interface with javascript wasm-bindgen-futures = "*" # interface with async javascript -js-sys = "*" +js-sys = "*" # browser APIs to interact with JS runtime (e.g. run WASM) [dependencies.web-sys] # common browser APIs version = "*" -- cgit v1.2.3