Packages

Load and use WebAssembly in your JavaScript compiled Gleam projects

Current section

Files

Jump to
wasmify gleam.toml
Raw

gleam.toml

name = "wasmify"
version = "0.1.0"
description = "Load and use WebAssembly in your JavaScript compiled Gleam projects"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
licences = ["Apache-2.0"]
repository = { type = "github", user = "endercheif", repo = "wasmify" }
# links = [{ title = "Website", href = "https://gleam.run" }]
target = "javascript"
[javascript]
typescript_declarations = true
runtime = "deno"
[javascript.deno]
allow_read = true
[dependencies]
gleam_stdlib = "~> 0.30"
gleam_javascript = "~> 0.4"