Rob Blanckaert

Results 45 comments of Rob Blanckaert

Here is an example use case: https://github.com/ashtonmeuser/godot-wasm/pull/78 That is a plugin for the Godot game engine that allows it to load gameplay logic written in webassembly. The game engine runs...

> i'm a bit confused. the project states wasmtime and wasmer support. i don't think they (or any jit-based runtimes) can run on wasm. is the combination just currently not...

> * wasm32 is a target, but the platform name should be specific, like wasi or emscripten. I generally use emscripten's toolchain but pass the `-sPURE_WASI=1` option such that it...

I wasn't aware it ever did that. Seems kidna strange that it would, as that would violate whatever search order you selected in the header of the table.

https://github.com/Cockatrice/Cockatrice/blob/master/cockatrice/src/carddatabasemodel.cpp#L186