mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
removed localhost (#758)
This commit is contained in:
@ -12,7 +12,7 @@ written in C. It produces real Wren objects that you can pass around, do `is`
|
|||||||
checks on, etc. But it also wraps a blob of raw memory that is opaque to Wren
|
checks on, etc. But it also wraps a blob of raw memory that is opaque to Wren
|
||||||
but accessible from C.
|
but accessible from C.
|
||||||
|
|
||||||
[foreign methods]: http://localhost:8000/embedding/calling-c-from-wren.html
|
[foreign methods]: calling-c-from-wren.html
|
||||||
|
|
||||||
## Defining a Foreign Class
|
## Defining a Foreign Class
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user