issues Search Results · repo:AssemblyScript/assemblyscript language:WebAssembly
Filter by
1k results
(64 ms)1k results
inAssemblyScript/assemblyscript (press backspace or delete to remove)Bug description
Summary
When passing a non-BMP character such as 𣄃 (U+23103) into an AssemblyScript function, the string gets split into two
UTF-16 code units (a surrogate pair), which is expected. However, ...
bug
yoyo837
- 2
- Opened 28 days ago
- #2932
Feature suggestion
Hi, want to link asc generated output with object files generated from other languages using llvm wasm-ld
It seems as of current version, this is not possible, hence the feature request. ...
enhancement
adv-sw
- Opened on Jun 23
- #2931
Bug description
Mathf.log functions don t return the correct value
Steps to reproduce
export function test_log(x: f32): f32 {
return Mathf.log(x) // x = 10 = -0.004908394999802113 // (incorrect) ...
question
stale
codemonkeynorth
- 5
- Opened on Jun 19
- #2930
Bug description
env: node: v22.16.0 assemblyscript: 0.28.2
asbuild fail with blow error:
ReferenceError: fetch is not defined at anonymous
(/{PATH_TO_PROJECT}/node_modules/assemblyscript/node_modules/as-float/index.js:3:45) ...
bug
leeho0108
- 4
- Opened on Jun 4
- #2929
Bug description
call_indirect does not handle its arguments which are GC managed object
Steps to reproduce
class A {
v: i32 = 10;
}
class B {
v: i32 = 20;
}
function foo(a: A): void {
__collect(); ...
bug
HerrCai0907
- Opened on May 28
- #2923
Bug description
Expected exports to contain wasm exports, instead getting undefined value.
Steps to reproduce
Run asc with --bindings raw. In build/release.js line 24 now contains:
const { exports ...
question
stale
calibertechnology
- 2
- Opened on May 20
- #2921
Bug description
You should be able to use a switch statement for variables that are of type string, but it currently gives compiler
errors:
This was mentioned lightly in https://github.com/AssemblyScript/assemblyscript/issues/648#issuecomment-740642872 ...
bug
mattjohnsonpint
- Opened on May 14
- #2919
Bug description
Template literal strings can interpolate most scalar value types, including strings, numbers, booleans, etc.
However, trying to use a nullable string in a template literal currently leads ...
bug
mattjohnsonpint
- 8
- Opened on May 13
- #2918
Bug description
When upgrading to version 0.27.35, I am getting a new error in my builds:
tsc
../../node_modules/assemblyscript/std/assembly/index.d.ts:2698:3 - error TS1038: A declare modifier ...
bug
haykam821
- 3
- Opened on Apr 18
- #2915
Question
How to access environment variables in assemblyscript?
process.env.get( key1 )
I noticed that the env variables access can be done in other languages(such as rust and tinygo) when .wasm was ...
question
vm-001
- 2
- Opened on Mar 27
- #2914

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.