Skip to content

Commit

Permalink
chore: remove unused 'lib/gowasm' package
Browse files Browse the repository at this point in the history
  • Loading branch information
x1unix committed Jul 16, 2024
1 parent a89348c commit 7751969
Show file tree
Hide file tree
Showing 22 changed files with 1 addition and 839 deletions.
67 changes: 0 additions & 67 deletions internal/gowasm/IMPORTS.md

This file was deleted.

2 changes: 1 addition & 1 deletion web/src/lib/go/types/spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export abstract class AbstractTypeSpec<T = any> {
private _size = 0
private _align = 1
private _skip = 0
private readonly _name = ''
private readonly _name: string = ''

/**
* @param name Original type name.
Expand Down
89 changes: 0 additions & 89 deletions web/src/lib/gowasm/binder.ts

This file was deleted.

210 changes: 0 additions & 210 deletions web/src/lib/gowasm/bindings/browserfs/binding.ts

This file was deleted.

Loading

0 comments on commit 7751969

Please sign in to comment.