[go: up one dir, main page]

stdweb 0.4.8

A standard library for the client-side Web
Documentation
1
2
3
4
5
6
7
8
[target.emscripten]
prepend-js = ["src/webcore/runtime.js", "src/webcore/runtime_emscripten.js"]

[target.wasm32-unknown-unknown]
prepend-js = ["src/webcore/runtime.js", "src/webcore/runtime_wasm.js"]

[cargo-web]
minimum-version = "0.6.8"