文件名称:threshold_crypto_ui:threshold_crypto锈库的UI
文件大小:52KB
文件格式:ZIP
更新时间:2024-05-28 14:39:43
JavaScript
如何建立专案 $ wasm-pack build --target=web ; python convert.py 这将创建bls-standalone.html,您可以双击使用该工具。 开发者 在src/lib.rs添加新的wasm函数。 这些wasm函数可以从javascript调用,通常是在threshold_crypto wasm calls部分的html/js/index.js添加一个函数。 如果更改锈蚀,则需要更新独立的html文件: $ wasm-pack build --target=web; python convert.py 如果仅更改javascript或html或css,则可以更新独立页面,而无需重建wasm库。 $ python convert.py 每次更改后,您将需要重建独立的html文件。 生成后,可以双击bls-standalone.html(
【文件预览】:
threshold_crypto_ui-master
----readme.md(842B)
----tests()
--------tests.js(22KB)
--------readme.md(386B)
----LICENSE(1KB)
----html()
--------css()
--------index.html(20KB)
--------js()
----src()
--------lib.rs(25KB)
----Cargo.toml(406B)
----convert.py(5KB)
----.gitignore(43B)