Commit Graph
19 Commits
Author SHA1 Message Date
Jaromír Müller 4442b37411 fixed typo, function declares data, body uses file 2018-04-05 23:02:30 +02:00
Bob Nystrom 7487eeab49 Merge pull request #515 from kjk/patch-1
fix bindForeignMethod() example
2018-03-26 07:52:26 -07:00
Krzysztof Kowalczyk bcc31e63a2 add() method is bound as static but bindForeignMethod responds to non-static 2018-03-20 17:13:28 -07:00
Diego F. Goberna d1a772e820 parameter missing in errorFn 2017-11-14 16:56:16 +01:00
minirop 6444a5f5db missing language specifier and variable declaration 2017-10-19 21:17:40 +02:00
Bob Nystrom f8076c2c1c Revise embedding docs. 2017-10-19 07:02:18 -07:00
Bob Nystrom e2e16dc4a9 Finish off the rest of the embedding docs.
A first draft of them, at least. They probably need some editing.
Remove the "Application Lifecycle" page for now. I do intend to add
some docs about how fibers interact with the host app, but I can do
that later.
2017-10-17 08:26:06 -07:00
Nathan Hourt e9896544c8 Typo fix: is only be -> will only be 2017-04-04 15:29:53 -05:00
Nathan Hourt a01b8d12bd Typo fix: askes -> asks 2017-03-30 20:20:02 -05:00
Bob Nystrom f14d13a6bf Mention libm in docs. 2017-03-02 07:17:03 -08:00
Bob Nystrom 22ae382ac5 Proofread configuring the VM. 2017-02-12 14:58:16 -08:00
Bob Nystrom 18f8f48bb6 Docs for configuring the VM. 2017-02-12 11:04:38 -08:00
Bob Nystrom 996a607026 More work on embedding docs.
- Revise the earlier pages and tighten them up some.
- Write the docs for foreign methods.
2017-02-12 10:14:37 -08:00
Bob Nystrom 0a2bc4a8a7 More copy editing. 2017-01-12 07:11:01 -08:00
Bob Nystrom fc6a7e5d18 Tweak some docs a little. 2017-01-12 07:10:19 -08:00
Bob Nystrom 0a4f1b370c Revise embedding docs a bit. 2016-08-26 07:11:50 -07:00
Bob Nystrom 0a060a9678 WrenValue -> WrenHandle. 2016-05-20 20:55:28 -07:00
Bob Nystrom 1d252d1970 First draft of docs for calling Wren from C. 2016-05-19 16:01:54 -07:00
Bob Nystrom befe90501b Start writing comprensive embedding docs.
- Break embedding out into a separate section with multiple pages.
- Document the constraints on the API.
- Document the slot array and WrenValue.

Still lots more to do, but getting there...
2016-05-16 08:09:14 -07:00