Conversation
6774535 to
267c573
Compare
|
API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-1093 |
1 similar comment
|
API docs are being generated and will be shortly available at: https://godot-rust.github.io/docs/gdext/pr-1093 |
e7fdeb7 to
09dc8b8
Compare
|
News:
|
|
Spontaneous thought, since That way, it would be clearer to users that they can't just specify literals. Or would that complicate fetching the value? |
09dc8b8 to
fedbc24
Compare
Nope, did not. Just changed it and seems to work nicely. Thanks for the suggestion! I considered making it a |
fedbc24 to
fd752ba
Compare
|
Been testing locally, worth mentioning. :) |
Currently implemented:
Adds custom wasm binary name support proposed in WebAssembly support #438 (comment), sample usage:
Fixes
wasm_nothreadscompilation by not using compiled out function inasync_runtime.rs(regression from Async Signals #1043)Fixes
wasm_nothreadsruntime errors on init due to thread locals being used for panic handling (regression from Panic handling: thread safety; set hook once and not repeatedly #1037)TODO
Working on these, but feel free to review or merge what's already there.
Potentially fix the rest ofLet's do that in a separate PR (edit: using that function is actually fine, let's keep an eye on it in case anything else could be a problem)async_runtimeto e.g. not usestd::thread::currenton nothreads builds (might need to be in a separate PR.threads.wasmwhen it still uses the crate name to avoid having to use the option introduced above outside atypical cases