improve V128 declaration (#604)

This commit is contained in:
Max Graey 2019-05-26 17:18:26 +03:00 committed by Daniel Wirtz
parent 4a308aa50e
commit e278110515

View File

@ -1,3 +1,4 @@
/** Vector abstraction. */
@sealed export class V128 {
@sealed @unmanaged
export abstract class V128 {
}