Tee Xie
Tee Xie
Recently I tried to debug some memory consumption issue within the AssemblyScript app - and the official way of doing so is through rtrace: https://github.com/AssemblyScript/assemblyscript/tree/main/lib/rtrace Essentially in AS's memory module...
When loading wasm module, I get following error: error: AOT module load failed: resolve symbol __aeabi_i2f failed I'm comiling with: target_compile_options (app PRIVATE -mfloat-abi=soft) target_compile_options (app PRIVATE -lfplib) which means...
I upgraded my AS WASM app to 0.18.23 (latest AssemblyScript version), it compiles/installs fine, but timer no longer works (it works fine on 0.17.15). 1. Any idea on what could...
### Introduce the problem With 2DGPU, draw character does not seem to be very efficient. We have a UI with about 150 characters on it, and we're aiming to render...
### Describe the bug Fresh install of wasmer using `curl https://get.wasmer.io -sSfL | sh`, download qjs.wasm to test (https://registry-cdn.wapm.io/contents/_/quickjs/0.0.3/build/qjs.wasm) Run `wasmer create-exe ./qjs.wasm -o qjs` Got error: stderr: /private/var/folders/1z/wbq9qxl11194vpvst1m4wqdh0000gn/T/.tmpO1TSBl/wasmer_main.c:2:10: fatal...
It seems like some changes in the newer versions of XCode is breaking the build: ``` [INFO ] ================================================================= [INFO ] Installing core C gcc compiler [EXTRA] Configuring core C...
enable lib atomic
I'm trying to match the underline color to the caret but couldn't find a way to do so. I think it's related to `composingRegionUnderlineStyle` but couldn't find an example of...