mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-19 09:51:33 +00:00
improve V128 declaration (#604)
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
/** Vector abstraction. */
|
||||
@sealed export class V128 {
|
||||
@sealed @unmanaged
|
||||
export abstract class V128 {
|
||||
}
|
||||
|
Reference in New Issue
Block a user