Skip to content

Instantly share code, notes, and snippets.

@cwchentw
cwchentw / text.md
Created November 13, 2018 08:33 — forked from ukyo/text.md
mallocとfreeだけ使いたい

wasmのメモリ管理つらい問題

とりあえずmallocとfreeがあればokなんだが・・・。

解決策1 emscripten使う

  • pros: 何も考えなくてもmallocとfreeが手に入る。
  • cons: でかい。

解決策2 https://github.com/dcodeIO/webassembly から取り出す