Christof Petig
Christof Petig
If you want to run this binary you should definitely do a cargo update first as otherwise the veloren-client library is outdated (and doesn't match the server) - probably resulting...
I just undusted the code, today it worked fine against the standard server. I suspect that you just had bad luck with an outdated client library.
With Syniis latest changes (3d ago) it will prefer the weekly branch, so after an cargo update the resulting binary should work - for today https://github.com/zesterer/teloren/pull/20 will give you the...
@J3fflo would you agree to close this ticket?
I created a separate issue for the work on a C++ binding: https://github.com/bytecodealliance/wit-bindgen/issues/826
> What does `-fwasm-exceptions` do? Adding or removing that makes no difference, I still end up with > > ``` > wasm-ld: error: /var/folders/74/djsf8lv965l2tkgr29ybpz4h0000gn/T/lib-858918.o: undefined symbol: __cxa_allocate_exception > wasm-ld: error:...
I have no clue about cmake, Sorry! But looking into your example's code I sta(r)ted this feature request which had been at the back of my mind for some time...
Good point. I will probably need to put them into a different place (e.g. annotations on the arrays instead of on the code (which will probably be gone soon))
Related to #13
After implementing the reworked code I can only envision a comment with pseudo-code describing the network in human readable form: E.g. /* Inputs 10 (1,1) 0: 1 = QUANTIZE(10) 1:...