Commit graph

35 commits

Author SHA1 Message Date
Richard Feldman
7d1376b273
Add Env to cli example 2022-09-14 11:26:43 -05:00
Richard Feldman
ddbfd48ca3
Merge branch 'main' into pass-args-to-cli 2022-09-12 23:53:55 -04:00
Richard Feldman
21b74f6dbb
Add Dir and Env to CLI platform 2022-09-12 20:19:12 -04:00
Richard Feldman
4ccd726141
Fix File.readBytes 2022-09-12 20:18:52 -04:00
Richard Feldman
81d11e4edd
Add File.delete to CLI platform 2022-09-12 20:18:51 -04:00
Ayaz Hafiz
42fdae4a57
Pass args by pointer 2022-09-12 12:25:37 -04:00
Ayaz Hafiz
203b21f7d1
Use OS args rather than string args 2022-09-12 12:25:36 -04:00
Ayaz Hafiz
ec628ed5c6
Pass cli arguments to main required by cli platform 2022-09-12 12:23:28 -04:00
Richard Feldman
079311d080
Flesh out basic file I/O examples 2022-09-11 16:56:04 -04:00
Folkert
a0fe1ec453
use repr(u8) instead of repr(C) for an enum 2022-09-11 16:56:03 -04:00
Richard Feldman
7adc9c972b
Reanme path_from_list to path_from_roc_path 2022-09-11 16:56:03 -04:00
Richard Feldman
13ae5c068b
Extract write_slice 2022-09-11 16:56:03 -04:00
Richard Feldman
ca730c5b52
Basic implementations of file I/O in the host 2022-09-11 16:56:02 -04:00
Richard Feldman
762fa75511
Add Stderr.line to cli-platform 2022-09-11 16:56:02 -04:00
Richard Feldman
ed69a73786
Update glue tests 2022-07-24 11:57:01 -04:00
Brian Carroll
49aef87b4a
Get rid of options that don't do anything 2022-07-23 09:11:30 +01:00
Brian Carroll
e5a2bb86b6
Handle response headers 2022-07-23 09:04:47 +01:00
Brian Carroll
b5edd03554
http: configure method, headers, etc. 2022-07-23 08:53:52 +01:00
Brian Carroll
f8771ebeb2
http: Switch to using reqwest crate for blocking http 2022-07-23 08:53:51 +01:00
Brian Carroll
a2b130a3c3
Use RocList::from_iter in sendRequest 2022-07-23 08:53:51 +01:00
Ayaz Hafiz
29b37a10df
Correctly use module name in linked functions 2022-07-21 09:02:04 -04:00
Brian Carroll
e7c26ae3b1
Regenerate glue code for cli-platform 2022-07-17 22:00:21 +01:00
Brian Carroll
b0e8951e6b
Add some TODO comments 2022-07-17 22:00:20 +01:00
Brian Carroll
b84aac098e
Tidy up reading the Response body bytes 2022-07-17 22:00:20 +01:00
Brian Carroll
3c506eb79c
Update bindgen glue code 2022-07-17 22:00:19 +01:00
Brian Carroll
33d8e12d31
Http example is running! Not debugged yet. 2022-07-17 22:00:17 +01:00
Brian Carroll
13018497b7
Manual fixes for bindgen code 2022-07-17 22:00:16 +01:00
Brian Carroll
a0ac1ff981
For now, commit bindgen generated code so we can record edits needed 2022-07-17 22:00:15 +01:00
Brian Carroll
807988aee6
Very simplistic http effect 2022-07-17 22:00:10 +01:00
Brian Carroll
26ff3ebc0e
make a sync version of Http 2022-07-17 22:00:10 +01:00
Brian Carroll
664ee1f0dc
WIP: sending the Request 2022-07-17 22:00:09 +01:00
Brian Carroll
bf37023578
Install reqwest in http example, hack bindgen 2022-07-17 22:00:08 +01:00
Richard Feldman
9c72e5e8ed
Remove unnecessary -> () function return types 2022-05-18 08:29:40 -04:00
Folkert
ba40b6a957
update hosts with new string conventions 2022-03-13 00:16:21 +01:00
Jan Van Bruggen
9d1dcc15c8 Consolidate interactive examples into one dir 2022-03-07 20:10:50 -07:00