[Wasm] Remove WasmForeign annotation
No longer needed since external interfaces are supported
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user