Skip to content

Tags: lempamo/ruffle

Tags

nightly-2021-09-19

Toggle nightly-2021-09-19's commit message
web: Bump wasm-bindgen to 0.2.78

As usual, also bump its helper crates (`js-sys`, `wasm-bindgen-futures`)
to the latest versions, except for `web-sys` which is locked by wgpu
to 0.3.50.

nightly-2021-09-18

Toggle nightly-2021-09-18's commit message
avm2: implement bkpt, bkptline, timestamp as no-ops

nightly-2021-09-17

Toggle nightly-2021-09-17's commit message
avm1: Simplify `Value::abstract_lt`

* Change its return type to `Option<bool>`.
* Use Rust's `f64::partial_cmp` to compare two numbers, which should
be more efficient.

nightly-2021-09-15

Toggle nightly-2021-09-15's commit message
web: Indent using spaces in tsconfig.json

nightly-2021-09-14

Toggle nightly-2021-09-14's commit message
chore: Bump TypeScript config to es2017

nightly-2021-09-13

Toggle nightly-2021-09-13's commit message
web: support no trailing slash in base parameter

nightly-2021-09-12

Toggle nightly-2021-09-12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
web: don't panic if failing to create an audio buffer

nightly-2021-09-11

Toggle nightly-2021-09-11's commit message
chore: Bump to wasm-bindgen 0.2.77

nightly-2021-09-09

Toggle nightly-2021-09-09's commit message
web: Support salign, quality, & scale embed/object attributes (part of 

…ruffle-rs#4258)

nightly-2021-09-08

Toggle nightly-2021-09-08's commit message
web: check array_buffer promise for failure