chai2010 / chai2010/wasm-book-code
Pointer_stringify is not defined,solution
Open
- Dominant language
- JavaScript
- Stars
- 56
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Pointer_stringify has been removed
v1.38.27: 02/10/2019
--------------------
- Remove deprecated Pointer_stringify (use UTF8ToString instead). See #8011
``` javascript
mergeInto(LibraryManager.library, {
my_run_script: function(code, $arg) {
eval(UTF8ToString(code));
},
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.