[Wasm] Remove WasmForeign annotation

No longer needed since external interfaces are supported
This commit is contained in:
Svyatoslav Kuzmich
2021-10-25 13:34:46 +03:00
parent 23ad0e7c63
commit 766377a041
3 changed files with 1 additions and 9 deletions
@@ -17,10 +17,6 @@ internal annotation class ExcludedFromCodegen
@Retention(AnnotationRetention.BINARY)
internal annotation class WasmImport(val module: String, val name: String)
@Target(CLASS)
@Retention(AnnotationRetention.BINARY)
internal annotation class WasmForeign
@Target(CLASS)
@Retention(AnnotationRetention.BINARY)
internal annotation class WasmArrayOf(