googlecodelabs / web-assembly-introduction

Introduction to Web Assembly
Apache License 2.0
27 stars 9 forks source link

[Codelab] Typo in function call #1

Closed willlarche closed 6 years ago

willlarche commented 7 years ago

Page unknown but says '30 Min remaining'

function getBoardBuffer() has a typo in its return:

exports.board_ref()

should be

exports_board_ref()

samthor commented 6 years ago

Fixed