Skip to content

defold/extension-html5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Native Extension

Features

This is a short example of what features the native extension brings for the HTML5 platform

  • C/C++ - Add pure C/C++ code or C/C++ libraries built with Emscripten

  • EM_ASM - Add "in place" JavaScript code directly in your C/C++ code

  • JavaScript libraries - Add Emscripten JavaScript libraries. These are JavaScript files with special "hooks" that the Emscripten compiler will react to and merge with the final executable

Emscripten

Emscripten is a Clang based compiler that allows for compiling existing C/C++ code into JavaScript and WebAssembly.

Example app

The example app demonstrates these features, and also shows an example of how to pass information to the running game.

About

Example showing how to create a native extension for HTML5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5