Rewrite core around shared rows and render graphs

Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
This commit is contained in:
Amp
2026-08-19 15:30:32 +00:00
co-authored by heaust
parent d34722d66d
commit f12c7c9603
118 changed files with 687 additions and 34500 deletions
-15
View File
@@ -1,15 +0,0 @@
[build]
target = "wasm32-unknown-unknown"
rustflags = [
'-Ctarget-feature=+atomics,+bulk-memory,+mutable-globals',
'-Clink-args=--shared-memory',
'-Clink-args=--max-memory=1073741824',
'-Clink-args=--import-memory',
'-Clink-args=--export=__wasm_init_tls',
'-Clink-args=--export=__tls_size',
'-Clink-args=--export=__tls_align',
'-Clink-args=--export=__tls_base',
]
[unstable]
build-std = ['std', 'panic_abort']