Merge pull request #404 from jbckly/patch-1

Fix some code for Dependencies and the window
pull/396/head^2
sotrh 2 years ago committed by GitHub
commit 49fb49bdbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,8 +146,8 @@ Next, we need to tell wasm-bindgen to run our `run()` function when the WASM is
```rust
#[cfg_attr(target_arch="wasm32", wasm_bindgen(start))]
pub async fn run() {
// snipped...
pub fn run() {
// same as above for now...
}
```

Loading…
Cancel
Save