https://github.com/yisar/hello_wasm
hello wasm
https://github.com/yisar/hello_wasm
Last synced: 9 months ago
JSON representation
hello wasm
- Host: GitHub
- URL: https://github.com/yisar/hello_wasm
- Owner: yisar
- License: mit
- Created: 2021-07-28T07:59:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T08:49:25.000Z (about 4 years ago)
- Last Synced: 2025-02-09T20:45:12.256Z (11 months ago)
- Language: JavaScript
- Size: 38.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```