1 个不稳定发布
0.1.0 | 2024 年 4 月 15 日 |
---|
#3 in #wasm32
10KB
快速入门以运行演示
- Web
# Make sure the Rust toolchain supports the wasm32 target
rustup target add wasm32-unknown-unknown
# Install `wasm-server-runner` for the example
cargo install wasm-server-runner
cargo run --target wasm32-unknown-unknown --example simple
还有一个可用的网络演示 在这里。
用法
#[cfg(target_arch = "wasm32")]
fn main() {
replace_html::replace_body("Your platform is not supported!").unwrap();
}
#[cfg(not(target_arch = "wasm32"))]
fn main() {
// Proceed to run your application...
}
社区
所有 Loopy 项目和开发都在 Loopy Discord 进行。Discord 对公众开放。
欢迎通过拉取请求进行贡献。适用 Rust 行为准则。
许可证
许可协议为以下之一
- Apache 许可证 2.0 (LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
任选其一
贡献
除非你明确声明,否则任何有意提交并包含在作品中的贡献,根据 Apache-2.0 许可证定义,都应如上双重许可,不附加任何额外条款或条件。
依赖关系
~0.3–2.8MB
~56K SLoC