"Ensure the hosting environment has TypedArray support"
Smalltalk nativeObjectAt: #ArrayBuffer ifAbsent: [
self error: 'Missing (javascript) support for ArrayBuffer'
].
self
require: #TypedArray
in: #('u8:aleReimondo/s8/library/TypedArrays.st.js').