Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T06:33:35.422Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git
Browse files

config.toml

15 lines · 455 B · toml
1[target.wasm32-unknown-unknown]
2rustflags = [
3    "-C", "target-feature=+atomics,+bulk-memory,+mutable-globals",
4    "-C", "link-arg=--shared-memory",
5    "-C", "link-arg=--max-memory=1073741824",
6    "-C", "link-arg=--import-memory",
7    "-C", "link-arg=--export=__wasm_init_tls",
8    "-C", "link-arg=--export=__tls_size",
9    "-C", "link-arg=--export=__tls_align",
10    "-C", "link-arg=--export=__tls_base",
11]
12
13[unstable]
14build-std = ["std,panic_abort"]
15
Served at tenant.openagents/omega Member data and write actions are omitted.