]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #67975 - EmbarkStudios:export-statics-wasm, r=alexcrichton
authorYuki Okushi <huyuumi.dev@gmail.com>
Thu, 9 Jan 2020 19:18:39 +0000 (04:18 +0900)
committerGitHub <noreply@github.com>
Thu, 9 Jan 2020 19:18:39 +0000 (04:18 +0900)
commit8de73bc10c4bba39b4e5f898e17981b81e3b9443
tree2ab0cf521bf07d4c8ce7100a5a1c1e41839abae7
parent08c5999dc44c49e77098f532f14b6eff36bb2c40
parentf1fb384cd62dc13d0b4647c9f988f6f46cbf4b6f
Rollup merge of #67975 - EmbarkStudios:export-statics-wasm, r=alexcrichton

Export public scalar statics in wasm

Fixes #67453

I am not sure which export level statics should get when exporting them in wasm. This small change fixes the issue that I had, but this might not be the correct way to implement this.