Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibaryshnikov/wasm-custom-sections
Example of using link_section in wasm
https://github.com/ibaryshnikov/wasm-custom-sections
Last synced: 2 months ago
JSON representation
Example of using link_section in wasm
- Host: GitHub
- URL: https://github.com/ibaryshnikov/wasm-custom-sections
- Owner: ibaryshnikov
- Created: 2019-08-18T22:32:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-18T22:34:34.000Z (over 5 years ago)
- Last Synced: 2023-12-15T04:33:45.657Z (about 1 year ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of using custom link sections in webassembly
## Building
```
wasm-pack build --target web
```## Running
Using [https](https://crates.io/crates/https) it would be
```
http
```then go to `localhost:8000`