rust-native-wasm-loader
rust-native-wasm-loader copied to clipboard
readme sample code -> new syntax to conform to object destructuring
trafficstars
The readme sample code const add = result.instance.exports['add']; is throwing an error for projects using airbnb-eslint because it prefers object destructuring. Would it be possible to update for this in favor of a more modern syntax?