mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-04-16 19:27:21 +02:00
This allows for building GoToSocial with [SQLite transpiled to WASM](https://github.com/ncruces/go-sqlite3) and accessed through [Wazero](https://wazero.io/).
5 lines
139 B
Go
5 lines
139 B
Go
package expctxkeys
|
|
|
|
// MemoryAllocatorKey is a context.Context key for the experimental memory allocator.
|
|
type MemoryAllocatorKey struct{}
|