annotate src/piper.map @ 171:395304838d4d

Emscripten 1.37.28+ apparently need these exports explicitly listed
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 16 May 2018 11:56:21 +0100
parents 2e8aacb7f883
children
rev   line source
c@117 1 {
c@117 2 global: piperRequestJson; piperProcessRaw; piperFreeJson;
c@117 3 local: *;
c@117 4 };