Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion examples/basic/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# Leaflet-rs example

## How to build
```
# Unix
RUSTC_BOOTSTRAP=1 cargo install --git https://github.com/thecoshman/http
```

```
# Windows
set RUSTC_BOOTSTRAP=1
cargo install --git https://github.com/thecoshman/http
```

```
cargo install wasm-pack https
cargo install wasm-pack
# in current directory, so: examples/basic
wasm-pack build --target web
http
Expand Down