Remove kotlin.math WASM support statement.

This commit is contained in:
Nikolay Igotti
2018-02-13 10:49:36 +03:00
parent 5e11c61ffb
commit d0722cf644
+1 -2
View File
@@ -4,7 +4,6 @@
* Support Kotlin 1.2.20
* Support Java 9
* Support Gradle 4.5
* Support kotlin.math on WebAssembly target
* Transparent Objective-C/Kotlin container classes interoperability
* Produce optimized WebAssembly binaries (10x smaller than it used to be)
* Improved APIs for object transfer between threads and workers
@@ -75,4 +74,4 @@
* Improve compilation and linking performance
## v0.1 (Mar 2017) ##
Initial technical preview of Kotlin/Native
Initial technical preview of Kotlin/Native