An open API service indexing awesome lists of open source software.

https://github.com/yisar/hello_wasm

hello wasm
https://github.com/yisar/hello_wasm

Last synced: 9 months ago
JSON representation

hello wasm

Awesome Lists containing this project

README

          

# hello_wasm
hello wasm

两点需要注意:

1. 安装 wasm-pack

```shell
cargo install wasm-pack --no-default-features # 忽略 OpenSSL
```

2. 构建时的 target

```shell
wasm-pack build --target web
```