free method
Provides access to the free function in WebAssembly.
Frees the memory region at pointer that was previously
allocated with malloc.
Implementation
@override
void free(int pointer) => throw new UnsupportedError(
    'Emscripten operations are only allowed on the web (where dart:js is present)!');