mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
// EMCC:EXPORTED_FUNCTIONS _malloc _free
|
|
// EMCC:EXPORTED_FUNCTIONS _add1
|
|
function h$add1(x) {
|
|
return _add1(x);
|
|
}
|
|
|