Logo
Explore Help
Sign In
fluencelabs/wasm-bindgen
1
0
Fork 0
You've already forked wasm-bindgen
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-11 21:37:16 +00:00
Code Issues Projects Releases Wiki Activity
wasm-bindgen/examples/add/Cargo.toml

12 lines
171 B
TOML
Raw Normal View History

Add an example of a minimal wasm module
2018-04-20 22:38:22 -07:00
[package]
name = "add"
version = "0.1.0"
Don't use path dependencies in examples This commit updates all examples to not use `path` dependencies but rather use versioned dependencies like would typically be found in the wild. This should hopefully make the examples more copy-pastable and less alien to onlookers! The development of the examples remains the same where they continue to use the `wasm-bindgen`, `js-sys`, `web-sys`, etc from in-tree. The workspace-level `[patch]` section ensures that they use the in-tree versions instead of the crates.io versions.
2018-11-07 11:14:25 -08:00
authors = ["The wasm-bindgen Developers"]
Add edition 2018 to Cargo.toml
2018-12-10 23:24:47 -02:00
edition = "2018"
Add an example of a minimal wasm module
2018-04-20 22:38:22 -07:00
[lib]
crate-type = ["cdylib"]
[dependencies]
Bump to 0.2.48
2019-07-11 15:02:39 -07:00
wasm-bindgen = "0.2.48"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 98ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API