WebAssembly / tool-conventions

Conventions supporting interoperatibility between tools working with WebAssembly.
Artistic License 2.0
302 stars 67 forks source link

Describe MVP lowing of atomics and TLS #129

Closed tlively closed 5 years ago

tlively commented 5 years ago

Describes the roles played by the linker and compiler in using the target feature section to disallow thread-unsafe linking.

Also updates the list of features and the section about the start function to reflect the latest additions.