tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

wasm: add legacy target

Open aykevl opened this issue 1 year ago • 1 comments

This should keep at least some compatibility with older browsers. It isn't complete though: wasi-libc is still built with the bulk-memory feature enabled. But it may be good enough for some uses.

If needed, I guess we could ship a separate wasi-libc build with the bulk-memory feature disabled.

aykevl avatar Sep 15 '22 11:09 aykevl

maybe in this description mention the browsers we are talking about (ex which threshold version has bulk-memory, and before that requires this build?)

codefromthecrypt avatar Sep 21 '22 07:09 codefromthecrypt