ruffle/core
EmperorBale fe951b4989 avm2: Implement ByteArray.writeObject
While doing this I also noticed that we were incorrectly producing AmfValue::Integer if our
target AMF version is AMF0. This is incorrect because AMF0 is based on AS2, which does not
recognise Integer as a valid type, and therefore must be represented with Number instead.
2022-09-21 13:39:58 -07:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
build_playerglobal core: Use class index for `class_id`, instead of slot_id 2022-09-17 12:31:43 -07:00
macros build(deps): bump syn from 1.0.98 to 1.0.99 2022-08-09 09:25:48 +03:00
src avm2: Implement ByteArray.writeObject 2022-09-21 13:39:58 -07:00
Cargo.toml Add size assertions for Result<Value, Error> and Value 2022-09-21 12:37:37 -05:00
build.rs avm2: Allow implementing classes in ActionScript in custom `playerglobal` 2022-06-15 22:00:17 +03:00