wasm-tools-mj

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

Cargo.toml (127B)


      1 [package]
      2 name = "wasm"
      3 version = "0.1.0"
      4 edition = "2024"
      5 
      6 [lib]
      7 crate-type = ["cdylib"]
      8 
      9 [dependencies]
     10 wasm-bindgen = "0.2"