Compile soul.el to native El binary for the first time

- Remove duplicate unix_timestamp() definition from soul.el that
  conflicted with the runtime builtin
- Add dist/soul-el: El-compiled native binary (~387K)
- Add dist/soul: symlink to dist/soul-el (replaces neuron-wrk path)
- Add dist/soul.c and dist/soul-with-decls.c: generated C intermediates
This commit is contained in:
Will Anderson
2026-05-02 14:44:08 -05:00
parent ef473ed8da
commit 64053851db
5 changed files with 3433 additions and 3 deletions
Vendored Symlink
+1
View File
@@ -0,0 +1 @@
/Users/will/Development/neuron-technologies/neuron/dist/soul-el
Vendored Executable
BIN
View File
Binary file not shown.
+1733
View File
File diff suppressed because one or more lines are too long
Vendored
+1699
View File
File diff suppressed because one or more lines are too long
-3
View File
@@ -506,9 +506,6 @@ fn json_encode(v: Any) -> String {
return json_stringify(v)
}
fn unix_timestamp() -> Int {
return time_now()
}
fn proxy_request(base: String, method: String, path: String, body: String, tok: String) -> String {
let url: String = base + path