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:
@@ -0,0 +1 @@
|
|||||||
|
/Users/will/Development/neuron-technologies/neuron/dist/soul-el
|
||||||
BIN
Binary file not shown.
Vendored
+1733
File diff suppressed because one or more lines are too long
Vendored
+1699
File diff suppressed because one or more lines are too long
@@ -506,9 +506,6 @@ fn json_encode(v: Any) -> String {
|
|||||||
return json_stringify(v)
|
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 {
|
fn proxy_request(base: String, method: String, path: String, body: String, tok: String) -> String {
|
||||||
let url: String = base + path
|
let url: String = base + path
|
||||||
|
|||||||
Reference in New Issue
Block a user