Hi,
when running your example (dfe8f8a) on Windows (yes, I compiled binaryen and wabt with VS2019), I get the following message in the browser console:
Uncaught (in promise) TypeError: Cannot read property 'value' of undefined
at init ((index):14)
Printing the wasm instance shows:

It seems to me, that the #[no_mangle] directive does not export BUFFER as I would expect...