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-10 12:58:13 +00:00
Code Issues Projects Releases Wiki Activity
wasm-bindgen/examples/wasm-in-wasm/Cargo.toml

13 lines
197 B
TOML
Raw Normal View History

Add an example of namespaced APIs By creating wasm modules from Rust!
2018-03-22 17:39:48 -07:00
[package]
name = "wasm-in-wasm"
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"]
Update wasm-in-wasm example to the 2018 edition
2018-12-11 13:18:07 -02:00
edition = "2018"
Add an example of namespaced APIs By creating wasm modules from Rust!
2018-03-22 17:39:48 -07:00
[lib]
crate-type = ["cdylib"]
[dependencies]
Bump to 0.2.30
2019-01-07 07:47:07 -08:00
wasm-bindgen = "0.2.30"
js-sys = "0.3.7"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 273ms 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