You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
[HTML5] GDNative support via SIDE_MODULE.
Working, with emscripten > 2.0.9 Yes, the unreleased version. 2.0.9 works, but throws and error due to a bug in emscripten with the thirdparty ENet library. The issue is fixed upstream so newer releases will work.
This commit is contained in:
1
platform/javascript/js/dynlink.pre.js
Normal file
1
platform/javascript/js/dynlink.pre.js
Normal file
@@ -0,0 +1 @@
|
||||
Module['dynamicLibraries'] = [Module['thisProgram'] + '.side.wasm'];
|
||||
Reference in New Issue
Block a user