assemblyscript Questions

2

Solved

I am trying to port my simple collision detection library from JavaScript to WebAssembly for speed. After looking up languages that compile to WASM, AssemblyScript seemed to be perfect as I only ne...
Soapsuds asked 18/4, 2022 at 3:13

1

Solved

I'm experimenting with simple assembly scripts on near and cannot seem to find a way to print the length of an array. Here's the smallest repro: let a = new Array<string>(); logging.log(a....
Thiourea asked 11/9, 2019 at 22:51

1

I'm experimenting with compiling TypeScript to WebAssembly using Assemblyscript and I'm trying to export a class from WebAssembly so that it may be used in the JavaScript. To clarify, I want to be ...
Vanillin asked 11/6, 2019 at 12:11

1

I have a pretty straightforward piece of Typescript code that parses a specific data format, the input is a UInt8Array. I've optimized it as far as I can, but I think this rather simple parser shou...
Hyphen asked 17/2, 2019 at 22:14
1

© 2022 - 2024 — McMap. All rights reserved.