You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, both versions of ldc2 (D and openD) are compatible and receive synchronous updates.
They support the LLVM's wasm32/64 ABI1, allowing the generation of WebAssembly (wasm) binaries with or without the use of Emscripten2.
However, this feature is still considered experimental.
Uh oh!
There was an error while loading. Please reload this page.
Currently, both versions of ldc2 (D and openD) are compatible and receive synchronous updates.
They support the LLVM's wasm32/64 ABI1, allowing the generation of WebAssembly (wasm) binaries with or without the use of Emscripten2.
However, this feature is still considered experimental.
dub flags:
--arch=wasm32-emscripten-unknown-wasm
|--arch=wasm32-unknown-unknown-wasm
[freestanding]References
Footnotes
ldc2-1.40.0 has fix wasm-abi ↩
opend-ldc2 have experimental GC support for emscripten. However not works with
emmalloc
based on my tests here. ↩The text was updated successfully, but these errors were encountered: