Zalim Bashorov
|
46459dfa60
|
[Wasm] Minor: update expected size after rebase
|
2023-04-05 20:50:52 +02:00 |
|
Zalim Bashorov
|
9760e3ee1e
|
[Wasm] Introduce check and error specialized for String to reduce output size
|
2023-04-05 20:50:52 +02:00 |
|
Zalim Bashorov
|
295acdf2af
|
[Wasm] Rewrite lazy initialization without by lazy and lateinit to reduce overhead
|
2023-04-05 20:50:52 +02:00 |
|
Zalim Bashorov
|
1a8a4fa65d
|
[Wasm] Don't use by lazy inside Throwable
|
2023-04-05 20:50:52 +02:00 |
|
Zalim Bashorov
|
67357fa5d4
|
[Wasm] Replace heavyweight stackTraceToString with "pure" JS stack
|
2023-04-05 20:50:52 +02:00 |
|
Zalim Bashorov
|
14af47bbd9
|
[Wasm] Introduce utilities to get package and name of class directly from metadata and use it in some places
|
2023-04-05 20:50:52 +02:00 |
|
Zalim Bashorov
|
a9b553f16e
|
[Wasm] Don't use by lazy to keep some JS values used by adapters
|
2023-04-05 20:50:52 +02:00 |
|
Zalim Bashorov
|
494403c4bb
|
[Wasm] Don't use by lazy inside TeamcityAdapter
|
2023-04-05 20:50:52 +02:00 |
|
Zalim Bashorov
|
2ef47901d0
|
[Wasm] Introducing private identityHashCode shared between Any's hashCode and toString
It splits the dependency of toString from hashCode that prevents keeping hashCode when toString is used.
|
2023-04-05 20:50:51 +02:00 |
|
Zalim Bashorov
|
6e3eef7a88
|
[Wasm] add simple tests to track the size of wasm and mjs files
|
2023-04-05 20:50:51 +02:00 |
|