0

Can we say that if the flag of WebAssembly.memory is true, it is precisely SahredArrayBuffer?

  • it really isn't clear what you are asking? – ColinE Feb 12 '20 at 15:22
  • If we use webAssembly.memory with true shared flag, it works like sharedarraybuffer. My question is that can we say it is exactly sharedarraybuffer in this case or it is just something that works like sharedarraybuffer? –  Feb 15 '20 at 10:35
  • In browser it will be specifically `SharedArrayBuffer`, but it can be something else in other engines. You can't and shouldn't rely on these implementation details in your wasm code. – RReverser Feb 28 '20 at 03:04

0 Answers0